public interface FixedBinaryValue extends FieldValue
FieldValue to represent a fixed-size byte
array.| Modifier and Type | Method and 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. |
String |
toString()
Returns a String representation of the value using a Base64 encoding.
|
asArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asIndexKey, asInteger, asLong, asMap, asPrimaryKey, asRecord, asRow, asString, getType, isArray, isBinary, isBoolean, isDouble, isEnum, isFixedBinary, isFloat, isIndexKey, isInteger, isLong, isMap, isNull, isPrimaryKey, isRecord, isRow, isString, toJsonStringcompareToFixedBinaryDef getDefinition()
FixedBinaryDef instance that defines this value.byte[] get()
FixedBinaryValue clone()
clone in interface FieldValueCopyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.