public class SQLCollectionProperty extends SQLBaseProperty
SQLCollectionProperty
gives access to a wrapped SQL-level
CollectionProperty
.DC_ISSUED, RELATED_TEXT_RESOURCES
Constructor and Description |
---|
SQLCollectionProperty(SQLSession session,
CollectionProperty property,
ListType type,
boolean readonly)
Creates a
SQLCollectionProperty to wrap a
CollectionProperty . |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name used to identify this property by its container.
|
Object |
getValue()
Gets the value of this property.
|
void |
setValue(Object value)
Sets the value of this property.
|
checkWritable, getProperties, getProperty, getPropertyIterator, getType, isNull, isPropertySet, isSpecialSystemProperty, setNull
public SQLCollectionProperty(SQLSession session, CollectionProperty property, ListType type, boolean readonly)
SQLCollectionProperty
to wrap a
CollectionProperty
.public String getName()
Property
If the container of this property is not supporting accessing properties by names, returns the empty string.
public Object getValue() throws DocumentException
Property
DocumentException
public void setValue(Object value) throws DocumentException
Property
value
- the value to setDocumentException
Copyright © 2013 Nuxeo SA. All Rights Reserved.