fr.umlv.tatoo.cc.common.main
Enum GeneratorBean.GenerateOption
java.lang.Object
java.lang.Enum<GeneratorBean.GenerateOption>
fr.umlv.tatoo.cc.common.main.GeneratorBean.GenerateOption
- All Implemented Interfaces:
- Serializable, Comparable<GeneratorBean.GenerateOption>
- Enclosing class:
- GeneratorBean
public static enum GeneratorBean.GenerateOption
- extends Enum<GeneratorBean.GenerateOption>
DEFAULT
public static final GeneratorBean.GenerateOption DEFAULT
TRUE
public static final GeneratorBean.GenerateOption TRUE
FALSE
public static final GeneratorBean.GenerateOption FALSE
values
public static GeneratorBean.GenerateOption[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GeneratorBean.GenerateOption c : GeneratorBean.GenerateOption.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GeneratorBean.GenerateOption valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null