Class MultiPropertyValue


  • public class MultiPropertyValue
    extends PropertyValue
    Represents a multi property value, comprising a list of other property values
    Since:
    4.0
    • Constructor Detail

      • MultiPropertyValue

        public MultiPropertyValue()
      • MultiPropertyValue

        public MultiPropertyValue​(java.util.List<PropertyValue> values)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object