Class ExternalizedAttribute

  • All Implemented Interfaces:
    NamedObject

    public class ExternalizedAttribute
    extends AttributeExt
    Used on REST endpoint, available in types module for rest clients.
    • Constructor Detail

      • ExternalizedAttribute

        public ExternalizedAttribute​(AttributeExt source)
      • ExternalizedAttribute

        public ExternalizedAttribute​(com.fasterxml.jackson.databind.node.ObjectNode src)
    • Method Detail

      • getSimpleValues

        public List<String> getSimpleValues()
      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()
        Overrides:
        toJson in class AttributeExt