Enum Constant and Description |
---|
BeginningPrincipal_PTX
beginning of a string of principal parallel text
|
BeginningSupplementary_CPA
beginning of a string of supplementary Chinese phonetic annotation
|
BeginningSupplementary_JPA
beginning of a string of supplementary Japanese phonetic annotation
|
BeginningSupplementary_PTX
beginning of a string of supplementary parallel text
|
End_PTX
end of parallel texts
|
EndSupplementary_PA
end of a string of supplementary phonetic annotations
|
Nonstandard
Don't define in Standart
|
Modifier and Type | Method and Description |
---|---|
static paramPTX |
getEnumValue(int val)
Returns enum-value by int-value.
|
static int |
getIntValue(paramPTX val)
Returns int-value, which is corresponded to enum-value.
|
static paramPTX |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramPTX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramPTX End_PTX
public static final paramPTX BeginningPrincipal_PTX
public static final paramPTX BeginningSupplementary_PTX
public static final paramPTX BeginningSupplementary_JPA
public static final paramPTX BeginningSupplementary_CPA
public static final paramPTX EndSupplementary_PA
public static final paramPTX Nonstandard
public static paramPTX[] values()
for (paramPTX c : paramPTX.values()) System.out.println(c);
public static paramPTX 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 namejava.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramPTX val)
val
- enum-valuepublic static paramPTX getEnumValue(int val)
val
- int-value