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:
  • Field Details

    • 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-8601-format, a URI, an (optionally) gzipped and Base64-encoded byte[] or null in case the value is ADEPT2-Null.
  • Constructor Details

    • ParameterValue

      public ParameterValue()