public static enum ProcletPort.Signature extends java.lang.Enum<ProcletPort.Signature>
| Modifier and Type | Method and Description | 
|---|---|
| static ProcletPort.Signature | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ProcletPort.Signature[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ProcletPort.Signature ZERO
public static final ProcletPort.Signature ONE
public static final ProcletPort.Signature PLUS
public static final ProcletPort.Signature STAR
public static final ProcletPort.Signature QUEST
public static ProcletPort.Signature[] values()
for (ProcletPort.Signature c : ProcletPort.Signature.values()) System.out.println(c);
public static ProcletPort.Signature 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 nullCopyright © 2004-2014 The YAWL Foundation.