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