|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.vmutil.options.Option org.vmutil.options.EnumOption org.mmtk.utility.options.DummyEnum
public final class DummyEnum
A sample enumeration for testing.
Field Summary | |
---|---|
int |
BAR
|
int |
FOO
|
Fields inherited from class org.vmutil.options.EnumOption |
---|
defaultValue, value, values |
Fields inherited from class org.vmutil.options.Option |
---|
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML |
Constructor Summary | |
---|---|
DummyEnum()
Create the option. |
Method Summary |
---|
Methods inherited from class org.vmutil.options.EnumOption |
---|
getDefaultValue, getDefaultValueString, getValue, getValues, getValueString, setDefaultValue, setValue, setValue |
Methods inherited from class org.vmutil.options.Option |
---|
fail, failIf, getDescription, getKey, getName, getNext, getType, validate, warn, warnIf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int FOO
public final int BAR
Constructor Detail |
---|
public DummyEnum()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |