Class Value
- java.lang.Object
-
- de.aristaflow.ilm.model.resourcemodel.Value
-
- All Implemented Interfaces:
Serializable
public class Value extends Object implements Serializable
- See Also:
Value
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull ProcessConstants.AdeptDataType
type
IdentifiedUdtValue
udtValue
URI
uriValue
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-format ornull
in case the value is ADEPT2-Null.
-
Constructor Summary
Constructors Constructor Description Value()
-
-
-
Field Detail
-
type
@NotNull public @NotNull ProcessConstants.AdeptDataType type
-
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-format ornull
in case the value is ADEPT2-Null.
-
uriValue
public URI uriValue
-
udtValue
public IdentifiedUdtValue udtValue
-
-