Enum Class ProcessConstants.TemplateProperty
java.lang.Object
java.lang.Enum<ProcessConstants.TemplateProperty>
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
- All Implemented Interfaces:
Serializable,Comparable<ProcessConstants.TemplateProperty>,java.lang.constant.Constable
- Enclosing class:
- ProcessConstants
public static enum ProcessConstants.TemplateProperty
extends Enum<ProcessConstants.TemplateProperty>
Properties / attributes of template.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe input parameters of the template,Template.getParameters(ActivityConstants.AccessType)withAccessType.READ.The pattern for an instance name of this template,Template.getInstanceNameTemplate().The name of the Template,Template.getName().The output parameters of the template,Template.getParameters(ActivityConstants.AccessType)withAccessType.WRITE.The supervisor agent,Template.getSupervisorAgent().The user attributes of the template. -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProcessConstants.TemplateProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAME
The name of the Template,Template.getName(). -
INSTANCE_NAME_TEMPLATE
The pattern for an instance name of this template,Template.getInstanceNameTemplate(). -
SUPERVISOR_AGENT
The supervisor agent,Template.getSupervisorAgent(). -
INPUT_PARAMETER
The input parameters of the template,Template.getParameters(ActivityConstants.AccessType)withAccessType.READ. -
OUTPUT_PARAMETER
The output parameters of the template,Template.getParameters(ActivityConstants.AccessType)withAccessType.WRITE. -
USER_ATTRIBUTE
The user attributes of the template.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
public int getCode() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
code- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-