| Enum Constant and Description |
|---|
EIGHTEEN |
FIFTEEN |
TWELVE |
TWENTY_FOUR |
TWENTY_ONE |
| Modifier and Type | Method and Description |
|---|---|
int |
bitLength() |
int |
byteLength() |
static Words |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Words[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Words TWELVE
public static final Words FIFTEEN
public static final Words EIGHTEEN
public static final Words TWENTY_ONE
public static final Words TWENTY_FOUR
public static Words[] values()
for (Words c : Words.values()) System.out.println(c);
public static Words 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 int bitLength()
public int byteLength()