public class SQLSimpleProperty extends SQLBaseProperty
SQLSimpleProperty
gives access to a wrapped SQL-level
SimpleProperty
.DC_ISSUED, RELATED_TEXT_RESOURCES
Constructor and Description |
---|
SQLSimpleProperty(SimpleProperty property,
Type type,
boolean readonly)
Creates a
SQLSimpleProperty to wrap a SimpleProperty . |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name used to identify this property by its container.
|
Serializable |
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 SQLSimpleProperty(SimpleProperty property, Type type, boolean readonly)
SQLSimpleProperty
to wrap a SimpleProperty
.public String getName()
Property
If the container of this property is not supporting accessing properties by names, returns the empty string.
public Serializable 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.