| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.properties.Property |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Java class for Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isTransient" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isTransient | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the name property.
| |||||||||||
Gets the value of the isTransient property.
| |||||||||||
Sets the value of the isTransient property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the name property.
Gets the value of the isTransient property.
Sets the value of the isTransient property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|