| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.properties.Property | |
| ↳ | com.emc.documentum.fs.datamodel.core.properties.RichTextProperty | |
Java class for RichTextProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RichTextProperty">
<complexContent>
<extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
<sequence>
<element name="Value" type="{http://core.datamodel.fs.documentum.emc.com/}RichText" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
RichText
Sets the value of the value property.
| value | Allowed object is
RichText
|
|---|