public static enum Ascii.ARMOURTYPE extends Enum<Ascii.ARMOURTYPE>
Modifier and Type | Method and Description |
---|---|
static Ascii.ARMOURTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ascii.ARMOURTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ascii.ARMOURTYPE HEX
public static final Ascii.ARMOURTYPE BASE64
public static Ascii.ARMOURTYPE[] values()
for (Ascii.ARMOURTYPE c : Ascii.ARMOURTYPE.values()) System.out.println(c);
public static Ascii.ARMOURTYPE 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 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.