com.esri.arcgisws
Class CodedValueDomain

java.lang.Object
  extended by com.esri.arcgisws.Domain
      extended by com.esri.arcgisws.CodedValueDomain
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BitMaskCodedValueDomain

public class CodedValueDomain
extends Domain
implements Serializable

ESRI Attribute set constraint object.

Java class for CodedValueDomain complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CodedValueDomain">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Domain">
       <sequence>
         <element name="CodedValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfCodedValue"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
ESRI Attribute set constraint object.

See Also:
Serialized Form

Constructor Summary
CodedValueDomain()
          CodedValueDomain default constructor.
CodedValueDomain(String domainName, EsriFieldType fieldType, EsriMergePolicyType mergePolicy, EsriSplitPolicyType splitPolicy, String description, String owner, CodedValue[] codedValues)
          Deprecated. 
 
Method Summary
 CodedValue[] getCodedValues()
          Gets the value of the codedValues property.
 void setCodedValues(CodedValue[] value)
          Sets the value of the codedValues property.
 
Methods inherited from class com.esri.arcgisws.Domain
getDescription, getDomainName, getFieldType, getMergePolicy, getOwner, getSplitPolicy, setDescription, setDomainName, setFieldType, setMergePolicy, setOwner, setSplitPolicy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodedValueDomain

@Deprecated
public CodedValueDomain(String domainName,
                                   EsriFieldType fieldType,
                                   EsriMergePolicyType mergePolicy,
                                   EsriSplitPolicyType splitPolicy,
                                   String description,
                                   String owner,
                                   CodedValue[] codedValues)
Deprecated. 

CodedValueDomain constructor.


CodedValueDomain

public CodedValueDomain()
CodedValueDomain default constructor.

Method Detail

getCodedValues

public CodedValue[] getCodedValues()
Gets the value of the codedValues property.

Returns:
possible object is []

setCodedValues

public void setCodedValues(CodedValue[] value)
Sets the value of the codedValues property.

Parameters:
value - allowed object is []