|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TokenTypes>
net.japanesechess.record.TokenTypes
public enum TokenTypes
Lists the valid token types in standard Shogi.
| Enum Constant Summary | |
|---|---|
B
Deprecated. |
|
G
Deprecated. |
|
K
Deprecated. |
|
L
Deprecated. |
|
N
Deprecated. |
|
P
Deprecated. |
|
R
Deprecated. |
|
S
Deprecated. |
|
| Field Summary | |
|---|---|
private java.lang.String |
s
Deprecated. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Deprecated. |
static TokenTypes |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static TokenTypes[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TokenTypes K
public static final TokenTypes R
public static final TokenTypes B
public static final TokenTypes G
public static final TokenTypes S
public static final TokenTypes N
public static final TokenTypes L
public static final TokenTypes P
| Field Detail |
|---|
private java.lang.String s
| Method Detail |
|---|
public static final TokenTypes[] values()
for(TokenTypes c : TokenTypes.values())
System.out.println(c);
public static TokenTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String toString()
toString in class java.lang.Enum<TokenTypes>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||