Class ComplexValue


public class ComplexValue extends Linked
Represents the value of a complex property.
  • Constructor Details

    • ComplexValue

      public ComplexValue()
  • Method Details

    • getValue

      public List<Property> getValue()
      Get list of all values for this ComplexValue.
      Returns:
      all values for this ComplexValue (can not be null).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Linked
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Linked
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTypeName

      public String getTypeName()
      Get string representation of type (can be null if not set).
      Returns:
      string representation of type (can be null if not set)
    • setTypeName

      public void setTypeName(String typeName)
      Set string representation of type.
      Parameters:
      type - string representation of type