java.lang.Object
de.aristaflow.ilm.model.resourcemodel.Value
All Implemented Interfaces:
Serializable

public class Value extends Object implements Serializable
See Also:
  • Field Details

    • type

      @NotNull public @NotNull ProcessConstants.AdeptDataType type
    • value

      public String value
      The string representation of the value, which is either a true/false, a parsable integer or float number, a string, a date/time in ISO-format or null in case the value is ADEPT2-Null.
    • uriValue

      public URI uriValue
    • udtValue

      public IdentifiedUdtValue udtValue
  • Constructor Details

    • Value

      public Value()