public enum CyrillicCharacterData extends Enum<CyrillicCharacterData> 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 CyrillicCharacterData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyrillicCharacterData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CyrillicCharacterData LowerCase
public static final CyrillicCharacterData UpperCase
public static CyrillicCharacterData[] values()
for (CyrillicCharacterData c : CyrillicCharacterData.values()) System.out.println(c);
public static CyrillicCharacterData 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()
CharacterData
getErrorCode
in interface CharacterData
public String getCharacters()
CharacterData
getCharacters
in interface CharacterData
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.