Interface FixedBinaryValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface FixedBinaryValue extends FieldValue
FixedBinaryValue extends FieldValue to represent a fixed-size byte array.
Since:
3.0
  • Method Details

    • getDefinition

      FixedBinaryDef getDefinition()
      Returns the FixedBinaryDef instance that defines this value.
      Specified by:
      getDefinition in interface FieldValue
      Returns:
      the FixedBinaryDef
    • get

      byte[] get()
      Get the byte array value.
      Returns:
      the byte array value
    • clone

      Returns a deep copy of this object.
      Specified by:
      clone in interface FieldValue
      Returns:
      a deep copy of this object
    • toString

      String toString()
      Returns a String representation of the value using a Base64 encoding.
      Overrides:
      toString in class Object
      Returns:
      a String representation of the value