public static enum ProcessModelXMLConstants.SchemaType extends java.lang.Enum<ProcessModelXMLConstants.SchemaType>
| Enum Constant and Description |
|---|
ADHOC_TEMPLATE_MAPPING
the schema for a xml holding the mapping of adhoc template IDs to the instance IDs
|
BASE_TEMPLATE_MAPPING
the schema for a xml holding the mapping of base template IDs
|
EBP
the schema for an activity
|
EMBEDDED_TEMPLATE_MAPPING
the schema for a xml holding the mapping of embedded template IDs
|
EXECUTABLE_INSTANCE
the schema for an executable instance
|
HISTORY
the schema for a history
|
INSTANCE
the schema for an instance
|
INSTANCE_LOCKS
the schema for a instance locks xml
|
NO_SCHEMA
no schema available
|
PROCESS_TYPES
the schema for a xml holding process types
|
TEMPLATE
the schema for a template
|
TEMPLATE_INFORMATIONS
the schema for template informations (ProcessRepository)
|
TEMPLATE_LOCKS
the schema for a template locks xml
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessModelXMLConstants.SchemaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessModelXMLConstants.SchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessModelXMLConstants.SchemaType HISTORY
public static final ProcessModelXMLConstants.SchemaType INSTANCE
public static final ProcessModelXMLConstants.SchemaType EXECUTABLE_INSTANCE
public static final ProcessModelXMLConstants.SchemaType NO_SCHEMA
public static final ProcessModelXMLConstants.SchemaType TEMPLATE
public static final ProcessModelXMLConstants.SchemaType EBP
public static final ProcessModelXMLConstants.SchemaType TEMPLATE_LOCKS
public static final ProcessModelXMLConstants.SchemaType INSTANCE_LOCKS
public static final ProcessModelXMLConstants.SchemaType EMBEDDED_TEMPLATE_MAPPING
public static final ProcessModelXMLConstants.SchemaType BASE_TEMPLATE_MAPPING
public static final ProcessModelXMLConstants.SchemaType ADHOC_TEMPLATE_MAPPING
public static final ProcessModelXMLConstants.SchemaType PROCESS_TYPES
public static final ProcessModelXMLConstants.SchemaType TEMPLATE_INFORMATIONS
public static ProcessModelXMLConstants.SchemaType[] values()
for (ProcessModelXMLConstants.SchemaType c : ProcessModelXMLConstants.SchemaType.values()) System.out.println(c);
public static ProcessModelXMLConstants.SchemaType 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 null