public interface IDocumentProperty
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLinkSource()
Gets the linked content source.
|
boolean |
getLinkToContent()
Gets whether this property is linked to content.
|
java.lang.String |
getName()
Gets the name of the property.
|
PropertyType |
getType()
Gets the name of the property.
|
java.lang.Object |
getValue()
Gets the the value of the property.
|
void |
setValue(java.lang.Object value)
Sets the the value of the property.
|
java.lang.String getName()
java.lang.Object getValue()
void setValue(java.lang.Object value)
boolean getLinkToContent()
java.lang.String getLinkSource()
PropertyType getType()