public enum CzechCharacterData extends Enum<CzechCharacterData> implements CharacterData
| Enum Constant and Description |
|---|
LowerCase
Lower case characters.
|
UpperCase
Upper case characters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacters()
Returns the characters.
|
String |
getErrorCode()
Return the error code used for message resolution.
|
static CzechCharacterData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CzechCharacterData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CzechCharacterData LowerCase
public static final CzechCharacterData UpperCase
public static CzechCharacterData[] values()
for (CzechCharacterData c : CzechCharacterData.values()) System.out.println(c);
public static CzechCharacterData valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getErrorCode()
CharacterDatagetErrorCode in interface CharacterDatapublic String getCharacters()
CharacterDatagetCharacters in interface CharacterDataCopyright © 2003-2024 Virginia Tech. All Rights Reserved.