public static enum FlatNodeGenFactory.GeneratorMode extends Enum<FlatNodeGenFactory.GeneratorMode>
| Enum Constant and Description |
|---|
DEFAULT |
EXPORTED_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
static FlatNodeGenFactory.GeneratorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlatNodeGenFactory.GeneratorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlatNodeGenFactory.GeneratorMode DEFAULT
public static final FlatNodeGenFactory.GeneratorMode EXPORTED_MESSAGE
public static FlatNodeGenFactory.GeneratorMode[] values()
public static FlatNodeGenFactory.GeneratorMode 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 null