Class UdtValue
- java.lang.Object
-
- de.aristaflow.ilm.model.datamanagement.UdtValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdentifiedUdtValue
public class UdtValue extends Object implements Serializable
- See Also:
UDTValue
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @Size(min=1) String
subClass
This is used as additional information for rich type hierarchies.@NotNull String
udtName
String
value
The string representation of the value, which is an (optionally) gzipped and Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.
-
Constructor Summary
Constructors Constructor Description UdtValue()
-
-
-
Field Detail
-
subClass
@Size(min=1) public @Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
value
public String value
The string representation of the value, which is an (optionally) gzipped and Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.
-
udtName
@NotNull public @NotNull String udtName
-
-