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
public class ParameterValue extends SimpleParameter
- See Also:
InputDataContext
,ParameterDataContext
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
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[]
ornull
in case the value is ADEPT2-Null.-
Fields inherited from class de.aristaflow.ilm.model.common.SimpleParameter
name, subClass, type, udtName
-
-
Constructor Summary
Constructors Constructor Description ParameterValue()
-
-
-
Field Detail
-
value
public String 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[]
ornull
in case the value is ADEPT2-Null.
-
-