| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.properties.Property | |
| ↳ | com.emc.documentum.fs.datamodel.core.properties.ArrayProperty | |
Known Direct Subclasses
|
Java class for ArrayProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayProperty">
<complexContent>
<extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
<sequence>
<element name="ValueActions" type="{http://properties.core.datamodel.fs.documentum.emc.com/}ValueAction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| valueActions | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the valueActions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the valueActions property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the valueActions property.
For example, to add a new item, do as follows:
getValueActions().add(newItem);
Objects of the following type(s) are allowed in the list
ValueAction