java.lang.Comparable<FieldValue>, FieldValuepublic interface FixedBinaryValue extends FieldValue
FieldValue to represent a fixed-size byte
array.| Modifier and Type | Method | Description |
|---|---|---|
FixedBinaryValue |
clone() |
Returns a deep copy of this object.
|
byte[] |
get() |
Get the byte array value.
|
FixedBinaryDef |
getDefinition() |
Returns the
FixedBinaryDef instance that defines this value. |
java.lang.String |
toString() |
Returns a String representation of the value using a Base64 encoding.
|
asArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asIndexKey, asInteger, asLong, asMap, asNumber, asPrimaryKey, asRecord, asRow, asString, asTimestamp, getType, isArray, isAtomic, isBinary, isBoolean, isComplex, isDouble, isEMPTY, isEnum, isFixedBinary, isFloat, isIndexKey, isInteger, isJsonNull, isLong, isMap, isNull, isNumber, isNumeric, isPrimaryKey, isRecord, isRow, isString, isTimestamp, toJsonStringFixedBinaryDef getDefinition()
FixedBinaryDef instance that defines this value.getDefinition in interface FieldValuebyte[] get()
FixedBinaryValue clone()
clone in interface FieldValuejava.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.