public static enum TransformClassBase.Fields extends Enum<TransformClassBase.Fields>
Modifier and Type | Method and Description |
---|---|
static TransformClassBase.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformClassBase.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformClassBase.Fields In
public static final TransformClassBase.Fields Out
public static final TransformClassBase.Fields Info
public static TransformClassBase.Fields[] values()
for (TransformClassBase.Fields c : TransformClassBase.Fields.values()) System.out.println(c);
public static TransformClassBase.Fields 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 null