com.filenet.api.property
Interface PropertyBooleanList
- All Superinterfaces:
- Property, java.io.Serializable
public interface PropertyBooleanList
- extends Property
Represents a Content Engine property that holds a BooleanList
object.
A BooleanList
object is a Java List
collection (ordered,
non-unique) of Boolean
values.
- See Also:
BooleanList
Methods inherited from interface com.filenet.api.property.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 |
setValue
void setValue(BooleanList val)
- Sets the value of this Content Engine property.
- Parameters:
val
- A BooleanList
object that specifies the new property value.
- Throws:
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, 2008. All rights reserved.