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