|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Choice>
org.processmining.converting.wfnet2bpel.Choice
public enum Choice
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Enum Constant Summary | |
---|---|
EXPLICIT
The choice is an explicit choice. |
|
IMPLICIT
The choice is an implicit choice. |
|
NOT_CHOICE
The choice is not a choice. |
|
NOT_DEFINED
The choice is not defined. |
Method Summary | |
---|---|
static Choice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Choice[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Choice EXPLICIT
public static final Choice IMPLICIT
public static final Choice NOT_DEFINED
public static final Choice NOT_CHOICE
Method Detail |
---|
public static final Choice[] values()
for(Choice c : Choice.values()) System.out.println(c);
public static Choice 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |