org.camunda.bpm.extension.jbehave.example.simple
Enum SimpleProcessConstants.Elements
java.lang.Object
java.lang.Enum<SimpleProcessConstants.Elements>
org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants.Elements
- All Implemented Interfaces:
- Serializable, Comparable<SimpleProcessConstants.Elements>
- Enclosing class:
- SimpleProcessConstants
public static enum SimpleProcessConstants.Elements
- extends Enum<SimpleProcessConstants.Elements>
Process elements.
TASK_PROCESS_MANUALLY
public static final String TASK_PROCESS_MANUALLY
- See Also:
- Constant Field Values
SERVICE_LOAD_CONTRACT_DATA
public static final String SERVICE_LOAD_CONTRACT_DATA
- See Also:
- Constant Field Values
SERVICE_PROCESS_CONTRACT_AUTOMATICALLY
public static final String SERVICE_PROCESS_CONTRACT_AUTOMATICALLY
- See Also:
- Constant Field Values
SERVICE_CANCEL_PROCESSING
public static final String SERVICE_CANCEL_PROCESSING
- See Also:
- Constant Field Values
values
public static SimpleProcessConstants.Elements[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SimpleProcessConstants.Elements c : SimpleProcessConstants.Elements.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SimpleProcessConstants.Elements valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2014 camunda services GmbH. All rights reserved.