private static enum FunctionBINFILE.Type extends java.lang.Enum<FunctionBINFILE.Type>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
| Modifier and Type | Method and Description |
|---|---|
static FunctionBINFILE.Type |
find(java.lang.String name) |
java.lang.String |
getName() |
static FunctionBINFILE.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionBINFILE.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionBINFILE.Type BASE64
public static final FunctionBINFILE.Type BYTEARRAY
public static final FunctionBINFILE.Type UINT8
public static final FunctionBINFILE.Type INT8
public static FunctionBINFILE.Type[] values()
for (FunctionBINFILE.Type c : FunctionBINFILE.Type.values()) System.out.println(c);
public static FunctionBINFILE.Type 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 java.lang.String getName()
public static FunctionBINFILE.Type find(java.lang.String name)