public static enum DocumentRouteElement.ElementLifeCycleTransistion extends Enum<DocumentRouteElement.ElementLifeCycleTransistion>
Enum Constant and Description |
---|
backToReady |
toCanceled |
toDone |
toDraft |
toReady |
toRunning |
toValidated |
Modifier and Type | Method and Description |
---|---|
static DocumentRouteElement.ElementLifeCycleTransistion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRouteElement.ElementLifeCycleTransistion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRouteElement.ElementLifeCycleTransistion toValidated
public static final DocumentRouteElement.ElementLifeCycleTransistion toReady
public static final DocumentRouteElement.ElementLifeCycleTransistion toRunning
public static final DocumentRouteElement.ElementLifeCycleTransistion toDone
public static final DocumentRouteElement.ElementLifeCycleTransistion backToReady
public static final DocumentRouteElement.ElementLifeCycleTransistion toCanceled
public static final DocumentRouteElement.ElementLifeCycleTransistion toDraft
public static DocumentRouteElement.ElementLifeCycleTransistion[] values()
for (DocumentRouteElement.ElementLifeCycleTransistion c : DocumentRouteElement.ElementLifeCycleTransistion.values()) System.out.println(c);
public static DocumentRouteElement.ElementLifeCycleTransistion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011 Nuxeo SA. All Rights Reserved.