com.esri.arcgis.geodatabase
Interface ICodedValueDomain2

All Superinterfaces:
ICodedValueDomain, java.io.Serializable
All Known Implementing Classes:
CodedValueDomain, ICodedValueDomain2Proxy

public interface ICodedValueDomain2
extends ICodedValueDomain, java.io.Serializable

COM Interface 'ICodedValueDomain2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that sort a coded value domain.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID057e88c6_0e61_426e_b4bb_d192c481cf1f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ICodedValueDomain
IIDfcb6bf33_475d_11d2_9932_0000f80372b4
 
Method Summary
 void sortByName(boolean descending)
          Sort the codes in the coded value domain by name.
 void sortByValue(boolean descending)
          Sort the codes in the coded value domain by value.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ICodedValueDomain
addCode, deleteCode, getCodeCount, getName, getValue
 

Field Detail

IID057e88c6_0e61_426e_b4bb_d192c481cf1f

static final int IID057e88c6_0e61_426e_b4bb_d192c481cf1f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

sortByName

void sortByName(boolean descending)
                throws java.io.IOException,
                       AutomationException
Sort the codes in the coded value domain by name.

Parameters:
descending - The descending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortByValue

void sortByValue(boolean descending)
                 throws java.io.IOException,
                        AutomationException
Sort the codes in the coded value domain by value.

Parameters:
descending - The descending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.