public enum VariableLengthType extends Enum<VariableLengthType>
| Enum Constant and Description |
|---|
BIG_DECIMAL |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static VariableLengthType |
fromLabel(String label) |
String |
getLabel() |
String |
toString() |
static VariableLengthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableLengthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableLengthType STRING
public static final VariableLengthType BIG_DECIMAL
public static VariableLengthType[] values()
for (VariableLengthType c : VariableLengthType.values()) System.out.println(c);
public static VariableLengthType 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 nullpublic String toString()
toString in class Enum<VariableLengthType>public String getLabel()
public static VariableLengthType fromLabel(String label)
Copyright © 2009–2016 MBus4J. All rights reserved.