Class CompositeFieldValue

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.document.datatypes.FieldValue
com.yahoo.document.datatypes.CompositeFieldValue
All Implemented Interfaces:
Cloneable, Comparable<FieldValue>
Direct Known Subclasses:
CollectionFieldValue, MapFieldValue, StructuredFieldValue

public abstract class CompositeFieldValue extends FieldValue
  • Constructor Details

    • CompositeFieldValue

      public CompositeFieldValue(DataType dataType)
  • Method Details

    • getDataType

      public DataType getDataType()
      Specified by:
      getDataType in class FieldValue
    • setDataType

      public void setDataType(DataType dataType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.yahoo.vespa.objects.Identifiable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.yahoo.vespa.objects.Identifiable