public static enum VariableLengthData.PadToBoundary extends java.lang.Enum<VariableLengthData.PadToBoundary>
Enum Constant and Description |
---|
BOUNDARY_16 |
BOUNDARY_32 |
BOUNDARY_64 |
BOUNDARY_8 |
Modifier and Type | Method and Description |
---|---|
static VariableLengthData.PadToBoundary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableLengthData.PadToBoundary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableLengthData.PadToBoundary BOUNDARY_8
public static final VariableLengthData.PadToBoundary BOUNDARY_16
public static final VariableLengthData.PadToBoundary BOUNDARY_32
public static final VariableLengthData.PadToBoundary BOUNDARY_64
public static VariableLengthData.PadToBoundary[] values()
for (VariableLengthData.PadToBoundary c : VariableLengthData.PadToBoundary.values()) System.out.println(c);
public static VariableLengthData.PadToBoundary 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 null