SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.common.enums.PlayerConstants Enum Reference

Utility enum for player-related constants. More...

Collaboration diagram for fr.softsf.sudokufx.common.enums.PlayerConstants:

Public Member Functions

 PlayerConstants (final String value)
 Constructs a new PlayerConstants with the specified value.
final String getValue ()
 Gets the constant value.

Public Attributes

 ANONYMOUS_NAME =("—")
 The specific name used to identify the unknown player in the system.

Private Attributes

final String value

Detailed Description

Utility enum for player-related constants.

Constructor & Destructor Documentation

◆ PlayerConstants()

fr.softsf.sudokufx.common.enums.PlayerConstants.PlayerConstants ( final String value)

Constructs a new PlayerConstants with the specified value.

Parameters
valuethe constant string value

Member Function Documentation

◆ getValue()

final String fr.softsf.sudokufx.common.enums.PlayerConstants.getValue ( )

Gets the constant value.

Returns
the value

Member Data Documentation

◆ ANONYMOUS_NAME

fr.softsf.sudokufx.common.enums.PlayerConstants.ANONYMOUS_NAME =("—")

The specific name used to identify the unknown player in the system.

◆ value

final String fr.softsf.sudokufx.common.enums.PlayerConstants.value
private

The documentation for this enum was generated from the following file: