Crossfire JXClient, Trunk
R20561
|
A choice for character creation. More...
Public Member Functions | |
Choice (@NotNull final String choiceName, @NotNull final String choiceDescription, @NotNull final Map< String, String > choices) | |
Creates a new instance. More... | |
String | getChoiceDescription () |
Returns the human readable choice name. More... | |
String | getChoiceName () |
Returns the choice identification. More... | |
Map< String, String > | getChoices () |
Returns the choices. More... | |
String | toString () |
Private Attributes | |
final String | choiceDescription |
The human readable choice name. More... | |
final String | choiceName |
Identifies the choice. More... | |
final Map< String, String > | choices |
The choices. More... | |
A choice for character creation.
Definition at line 33 of file Choice.java.
com.realtime.crossfire.jxclient.character.Choice.Choice | ( | @NotNull final String | choiceName, |
@NotNull final String | choiceDescription, | ||
@NotNull final Map< String, String > | choices | ||
) |
Creates a new instance.
choiceName | identifies the choice |
choiceDescription | the human readable choice name |
choices | the choices |
Definition at line 59 of file Choice.java.
References com.realtime.crossfire.jxclient.character.Choice.choiceDescription, com.realtime.crossfire.jxclient.character.Choice.choiceName, and com.realtime.crossfire.jxclient.character.Choice.choices.
String com.realtime.crossfire.jxclient.character.Choice.getChoiceDescription | ( | ) |
Returns the human readable choice name.
Definition at line 79 of file Choice.java.
References com.realtime.crossfire.jxclient.character.Choice.choiceDescription.
String com.realtime.crossfire.jxclient.character.Choice.getChoiceName | ( | ) |
Returns the choice identification.
Definition at line 70 of file Choice.java.
References com.realtime.crossfire.jxclient.character.Choice.choiceName.
Map<String, String> com.realtime.crossfire.jxclient.character.Choice.getChoices | ( | ) |
String com.realtime.crossfire.jxclient.character.Choice.toString | ( | ) |
Definition at line 97 of file Choice.java.
References com.realtime.crossfire.jxclient.character.Choice.choices.
|
private |
The human readable choice name.
Definition at line 45 of file Choice.java.
Referenced by com.realtime.crossfire.jxclient.character.Choice.Choice(), and com.realtime.crossfire.jxclient.character.Choice.getChoiceDescription().
|
private |
Identifies the choice.
Definition at line 39 of file Choice.java.
Referenced by com.realtime.crossfire.jxclient.character.Choice.Choice(), and com.realtime.crossfire.jxclient.character.Choice.getChoiceName().
|
private |
The choices.
Definition at line 51 of file Choice.java.
Referenced by com.realtime.crossfire.jxclient.character.Choice.Choice(), and com.realtime.crossfire.jxclient.character.Choice.toString().