public static enum Pnml.PnmlType extends java.lang.Enum<Pnml.PnmlType>
Modifier and Type | Method and Description |
---|---|
static Pnml.PnmlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pnml.PnmlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pnml.PnmlType PNML
public static final Pnml.PnmlType EPNML
public static final Pnml.PnmlType LOLA
public static Pnml.PnmlType[] values()
for (Pnml.PnmlType c : Pnml.PnmlType.values()) System.out.println(c);
public static Pnml.PnmlType 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 null