public static enum LazyRatsParser.ListType extends Enum<LazyRatsParser.ListType>
| Enum Constant and Description |
|---|
DEFINITION |
ENUMERATION |
ITEMIZATION |
| Modifier and Type | Method and Description |
|---|---|
static LazyRatsParser.ListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyRatsParser.ListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LazyRatsParser.ListType DEFINITION
public static final LazyRatsParser.ListType ITEMIZATION
public static final LazyRatsParser.ListType ENUMERATION
public static LazyRatsParser.ListType[] values()
for (LazyRatsParser.ListType c : LazyRatsParser.ListType.values()) System.out.println(c);
public static LazyRatsParser.ListType 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 nullCopyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.