public static enum BbanStructureEntry.EntryCharacterType extends Enum<BbanStructureEntry.EntryCharacterType>
| Modifier and Type | Method and Description |
|---|---|
static BbanStructureEntry.EntryCharacterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BbanStructureEntry.EntryCharacterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BbanStructureEntry.EntryCharacterType n
public static final BbanStructureEntry.EntryCharacterType a
public static final BbanStructureEntry.EntryCharacterType c
public static BbanStructureEntry.EntryCharacterType[] values()
for (BbanStructureEntry.EntryCharacterType c : BbanStructureEntry.EntryCharacterType.values()) System.out.println(c);
public static BbanStructureEntry.EntryCharacterType 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 nullCopyright © 2020. All rights reserved.