public static enum CreateType.TypeDefInfo extends java.lang.Enum<CreateType.TypeDefInfo>
Enum Constant and Description |
---|
Compact |
Enum |
Linkage |
Option |
Plain |
Struct |
Tuple |
Vector |
Modifier and Type | Method and Description |
---|---|
static CreateType.TypeDefInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateType.TypeDefInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateType.TypeDefInfo Compact
public static final CreateType.TypeDefInfo Enum
public static final CreateType.TypeDefInfo Option
public static final CreateType.TypeDefInfo Plain
public static final CreateType.TypeDefInfo Struct
public static final CreateType.TypeDefInfo Tuple
public static final CreateType.TypeDefInfo Vector
public static final CreateType.TypeDefInfo Linkage
public static CreateType.TypeDefInfo[] values()
for (CreateType.TypeDefInfo c : CreateType.TypeDefInfo.values()) System.out.println(c);
public static CreateType.TypeDefInfo 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