Class 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-encoded byte[] or null in case the value is ADEPT2-Null.
      • udtName

        @NotNull
        public @NotNull String udtName
    • Constructor Detail

      • UdtValue

        public UdtValue()