| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.properties.Property | |
| ↳ | com.emc.documentum.fs.datamodel.core.properties.NumberProperty | |
Java class for NumberProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberProperty">
<complexContent>
<extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
<sequence>
<choice minOccurs="0">
<element name="Short" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="Integer" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Long" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Double" type="{http://www.w3.org/2001/XMLSchema}double"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _double | |||||||||||
| _long | |||||||||||
| _short | |||||||||||
| integer | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the double property.
| |||||||||||
Gets the value of the integer property.
| |||||||||||
Gets the value of the long property.
| |||||||||||
Gets the value of the short property.
| |||||||||||
Sets the value of the double property.
| |||||||||||
Sets the value of the integer property.
| |||||||||||
Sets the value of the long property.
| |||||||||||
Sets the value of the short property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.properties.Property
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the double property.
Gets the value of the integer property.
Gets the value of the long property.
Gets the value of the short property.
Sets the value of the double property.
| value | Allowed object is Double |
|---|
Sets the value of the integer property.
| value | Allowed object is Integer |
|---|
Sets the value of the long property.
| value | Allowed object is Long |
|---|
Sets the value of the short property.
| value | Allowed object is Short |
|---|