public class

EnumAttributeMetadata

extends AttributeMetadata
implements Serializable
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

Class Overview

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>
 

Summary

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
protected Integer defaultFormValue
protected OptionSetMetadata optionSet
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
EnumAttributeMetadata()
Public Methods
Integer getDefaultFormValue()
Gets the value of the defaultFormValue property.
OptionSetMetadata getOptionSet()
Gets the value of the optionSet property.
void setDefaultFormValue(Integer value)
Sets the value of the defaultFormValue property.
void setOptionSet(OptionSetMetadata value)
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer defaultFormValue

protected OptionSetMetadata optionSet

Public Constructors

public EnumAttributeMetadata ()

Public Methods

public Integer getDefaultFormValue ()

Gets the value of the defaultFormValue property.

Returns
  • possible object is Integer

public OptionSetMetadata getOptionSet ()

Gets the value of the optionSet property.

Returns

public void setDefaultFormValue (Integer value)

Sets the value of the defaultFormValue property.

Parameters
value Allowed object is Integer

public void setOptionSet (OptionSetMetadata value)

Sets the value of the optionSet property.

Parameters
value Allowed object is OptionSetMetadata