public interface PropertyBinaryList extends Property
BinaryList
object.
A BinaryList
object is a Java List
collection (ordered,
non-unique) of byte
(8-bit signed integer) array elements, each of which
is intended to hold a binary value.BinaryList
Modifier and Type | Method and Description |
---|---|
void |
setValue(BinaryList val)
Sets the value of this Content Engine property.
|
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getDependentObjectListValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getIndependentObjectSetValue, getInputStreamValue, getInteger32ListValue, getInteger32Value, getObjectValue, getPropertyName, getRetrievalErrorValue, getState, getStringListValue, getStringValue, isDirty, isSettable, setObjectValue
void setValue(BinaryList val)
val
- A BinaryList
object that specifies the new property value.E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).© Copyright IBM Corporation 2006, 2015. All rights reserved.