| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.DoubleAttributeMetadata | ||
Java class for DoubleAttributeMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoubleAttributeMetadata">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
<sequence>
<element name="ImeMode" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ImeMode" minOccurs="0"/>
<element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| imeMode | |||||||||||
| maxValue | |||||||||||
| minValue | |||||||||||
| precision | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the imeMode property.
| |||||||||||
Gets the value of the maxValue property.
| |||||||||||
Gets the value of the minValue property.
| |||||||||||
Gets the value of the precision property.
| |||||||||||
Sets the value of the imeMode property.
| |||||||||||
Sets the value of the maxValue property.
| |||||||||||
Sets the value of the minValue property.
| |||||||||||
Sets the value of the precision property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the imeMode property.
ImeMode
Gets the value of the maxValue property.
Gets the value of the minValue property.
Gets the value of the precision property.
Sets the value of the imeMode property.
| value | Allowed object is
ImeMode
|
|---|
Sets the value of the maxValue property.
| value | Allowed object is Double |
|---|
Sets the value of the minValue property.
| value | Allowed object is Double |
|---|
Sets the value of the precision property.
| value | Allowed object is Integer |
|---|