public static enum GCData.GCmodes extends java.lang.Enum<GCData.GCmodes>
Enum Constant and Description |
---|
BALANCED |
GENCON |
METRONOME |
OPTAVGPAUSE |
OPTTHRUPUT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static GCData.GCmodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GCData.GCmodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCData.GCmodes GENCON
public static final GCData.GCmodes OPTAVGPAUSE
public static final GCData.GCmodes OPTTHRUPUT
public static final GCData.GCmodes BALANCED
public static final GCData.GCmodes METRONOME
public static final GCData.GCmodes UNKNOWN
public static GCData.GCmodes[] values()
for (GCData.GCmodes c : GCData.GCmodes.values()) System.out.println(c);
public static GCData.GCmodes 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