public enum CyrillicSequenceData extends Enum<CyrillicSequenceData> implements SequenceData
Enum Constant and Description |
---|
Alphabetical
Alphabetical sequence.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Return the error code used for message resolution.
|
CharacterSequence[] |
getSequences() |
static CyrillicSequenceData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyrillicSequenceData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CyrillicSequenceData Alphabetical
public static CyrillicSequenceData[] values()
for (CyrillicSequenceData c : CyrillicSequenceData.values()) System.out.println(c);
public static CyrillicSequenceData 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()
SequenceData
getErrorCode
in interface SequenceData
public CharacterSequence[] getSequences()
getSequences
in interface SequenceData
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.