static enum GeneralLegacyIndexCodes.Type extends java.lang.Enum<GeneralLegacyIndexCodes.Type>
| Enum Constant and Description |
|---|
IGNORED |
INTERNATIONAL |
INTERNATIONAL_EXT |
SIMPLE |
UNPRINTABLE |
UNPRINTABLE_EXT |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
_prefixCode |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefixCode() |
abstract GeneralLegacyIndexCodes.CharHandler |
parseCodes(java.lang.String[] codeStrings) |
static GeneralLegacyIndexCodes.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralLegacyIndexCodes.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralLegacyIndexCodes.Type SIMPLE
public static final GeneralLegacyIndexCodes.Type INTERNATIONAL
public static final GeneralLegacyIndexCodes.Type UNPRINTABLE
public static final GeneralLegacyIndexCodes.Type UNPRINTABLE_EXT
public static final GeneralLegacyIndexCodes.Type INTERNATIONAL_EXT
public static final GeneralLegacyIndexCodes.Type IGNORED
public static GeneralLegacyIndexCodes.Type[] values()
for (GeneralLegacyIndexCodes.Type c : GeneralLegacyIndexCodes.Type.values()) System.out.println(c);
public static GeneralLegacyIndexCodes.Type 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 java.lang.String getPrefixCode()
public abstract GeneralLegacyIndexCodes.CharHandler parseCodes(java.lang.String[] codeStrings)