public static enum ClassGenerator.BlockType extends Enum<ClassGenerator.BlockType>
Modifier and Type | Method and Description |
---|---|
static ClassGenerator.BlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassGenerator.BlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassGenerator.BlockType SETUP
public static final ClassGenerator.BlockType EVAL
public static final ClassGenerator.BlockType RESET
public static final ClassGenerator.BlockType CLEANUP
public static ClassGenerator.BlockType[] values()
for (ClassGenerator.BlockType c : ClassGenerator.BlockType.values()) System.out.println(c);
public static ClassGenerator.BlockType 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 © 1970 The Apache Software Foundation. All rights reserved.