public static enum ParsimoniousElement.ModelType extends java.lang.Enum<ParsimoniousElement.ModelType>
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.ModelType |
parseString(java.lang.String s) |
static ParsimoniousElement.ModelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsimoniousElement.ModelType PARSMM
public static final ParsimoniousElement.ModelType VOMM
public static final ParsimoniousElement.ModelType FOMM
public static ParsimoniousElement.ModelType[] values()
for (ParsimoniousElement.ModelType c : ParsimoniousElement.ModelType.values()) System.out.println(c);
public static ParsimoniousElement.ModelType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ParsimoniousElement.ModelType parseString(java.lang.String s)