|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Values
collection is a collection of Value
objects
for a multi-valued property. Each Value
object in the collection
is of the same type (you cannot have a multi-valued property consisting of
heterogeneous data types).
To get the values for a multi-valued property:
getValue
or getValuesValue
method on a Value
object.getValue
or getValuesValue
method on a Property
object.To set the values for a multi-valued property:
Values
collection using the ObjectFactory's
getValues
method.
ObjectFactory's
getValue
method to create
the Value
objects for populating the collection.
ValueObject's
object into a Property
object's setValue(ValueObject objectValue)
method or into a Value
object's
setValue(ValueObject objectValue)
method.
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |