public static enum ProcessConstants.NodeProperty extends java.lang.Enum<ProcessConstants.NodeProperty>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static ProcessConstants.NodeProperty |
valueOf(int code) |
static ProcessConstants.NodeProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.NodeProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessConstants.NodeProperty ID
Node.getID().public static final ProcessConstants.NodeProperty NAME
Node.getName().public static final ProcessConstants.NodeProperty EXECUTABLE_BUSINESS_PROCESS
Node.getExecutableBusinessProcess().public static final ProcessConstants.NodeProperty AUTO_START
Node.isAutoStartEnabled().public static final ProcessConstants.NodeProperty CONNECTOR_PARAMETER_MAPPING
Node.getConnectorMapping(de.aristaflow.adept2.model.globals.ActivityConstants.AccessType).public static final ProcessConstants.NodeProperty SYSTEM_READ_PARAMS
Node.getSystemParameters(de.aristaflow.adept2.model.globals.ActivityConstants.AccessType).public static final ProcessConstants.NodeProperty SYSTEM_WRITE_PARAMS
Node.getSystemParameters(de.aristaflow.adept2.model.globals.ActivityConstants.AccessType).public static final ProcessConstants.NodeProperty USER_ATTRIBUTE
public static final ProcessConstants.NodeProperty DESCRIPTION
Node.getDescription().public static final ProcessConstants.NodeProperty STAFF_ASSIGNMENT_RULE
Node.getStaffAssignmentRule().public static final ProcessConstants.NodeProperty GROUP_NAME
public static final ProcessConstants.NodeProperty GROUP_EXECUTION_CONTEXT
public static ProcessConstants.NodeProperty[] values()
for (ProcessConstants.NodeProperty c : ProcessConstants.NodeProperty.values()) System.out.println(c);
public static ProcessConstants.NodeProperty 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 nullpublic int getCode()
public static ProcessConstants.NodeProperty valueOf(int code)