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