| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.EnumAttributeMetadata | ||
Known Direct Subclasses
|
Java class for EnumAttributeMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumAttributeMetadata">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
<sequence>
<element name="DefaultFormValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OptionSet" type="{http://schemas.microsoft.com/xrm/2011/Metadata}OptionSetMetadata" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultFormValue | |||||||||||
| optionSet | |||||||||||
|
[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 defaultFormValue property.
| |||||||||||
Gets the value of the optionSet property.
| |||||||||||
Sets the value of the defaultFormValue property.
| |||||||||||
Sets the value of the optionSet 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 defaultFormValue property.
Gets the value of the optionSet property.
OptionSetMetadata
Sets the value of the defaultFormValue property.
| value | Allowed object is Integer |
|---|
Sets the value of the optionSet property.
| value | Allowed object is
OptionSetMetadata
|
|---|