Package de.aristaflow.ilm.model.common
Class ParameterValue
java.lang.Object
de.aristaflow.ilm.model.common.SimpleParameter
de.aristaflow.ilm.model.common.ParameterValue
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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, an (optionally) gzipped and Base64-encodedbyte[]ornullin case the value is ADEPT2-Null.Fields inherited from class de.aristaflow.ilm.model.common.SimpleParameter
name, subClass, type, udtName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
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, an (optionally) gzipped and Base64-encodedbyte[]ornullin case the value is ADEPT2-Null.
-
-
Constructor Details
-
ParameterValue
public ParameterValue()
-