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