Class ProcessModelParameter
java.lang.Object
de.aristaflow.ilm.model.common.SimpleParameter
de.aristaflow.ilm.model.processmodel.ProcessModelParameter
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessedProcessModelParameter
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@Valid ActivityConfigurationThe string representation of the value, which is either atrue/false, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encodedbyte[]ornullin case the value is ADEPT2-Null.@NotNull String@NotNull BooleanA mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull Boolean@NotNull BooleanFields inherited from class de.aristaflow.ilm.model.common.SimpleParameter
name, subClass, type, udtName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
desc
-
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
identifierId
-
optional
-
virtual
-
failure
-
defaultValue
The string representation of the value, which is either atrue/false, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encodedbyte[]ornullin case the value is ADEPT2-Null. -
conf
-
userAttributes
-
-
Constructor Details
-
ProcessModelParameter
public ProcessModelParameter()
-