com.esri.arcgis.geoprocessing
Interface IGPFieldDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldDomain, GPMeasureFieldsDomain, GPQueryTableFieldsDomain, GPQueryTableIDsDomain, GPRAFieldDomain, GPRouteIDFieldsDomain, IGPFieldDomainProxy

public interface IGPFieldDomain
extends java.io.Serializable

COM Interface 'IGPFieldDomain'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing field domain object.' 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 IID638026f2_f9c4_4a39_a6c6_6932a0d51fe3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addExcludeField(java.lang.String name)
          Add exclude field.
 void addKeyField(java.lang.String name)
          Add key field.
 void addType(int type)
          Add a field type.
 void deleteType(int type)
          Remove a field type.
 int getCount()
          Count.
 java.lang.String getExcludeField(int index)
          Exclude field.
 int getExcludeFieldCount()
          Exclude field count.
 java.lang.String getKeyField(int index)
          Key field.
 int getKeyFieldCount()
          Key field count.
 int getType(int index)
          Field type.
 boolean isFilterIndex()
          Indicates whether or not to filter fields based on whether or not they have an index.
 boolean isFilterIndexType()
          Indicates whether to filter fields that have or do not have an index.
 IArray makeList(IGPValue pValue)
          Make list.
 void removeExcludeField(int index)
          Remove exclude field.
 void removeKeyField(int index)
          Remove key field.
 void setIndexFilter(boolean filter, boolean type)
          Set index filter.
 

Field Detail

IID638026f2_f9c4_4a39_a6c6_6932a0d51fe3

static final int IID638026f2_f9c4_4a39_a6c6_6932a0d51fe3
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType(int index)
            throws java.io.IOException,
                   AutomationException
Field type.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(int type)
             throws java.io.IOException,
                    AutomationException
Add a field type.

Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteType

void deleteType(int type)
                throws java.io.IOException,
                       AutomationException
Remove a field type.

Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeList

IArray makeList(IGPValue pValue)
                throws java.io.IOException,
                       AutomationException
Make list.

Parameters:
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexFilter

void setIndexFilter(boolean filter,
                    boolean type)
                    throws java.io.IOException,
                           AutomationException
Set index filter.

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

isFilterIndex

boolean isFilterIndex()
                      throws java.io.IOException,
                             AutomationException
Indicates whether or not to filter fields based on whether or not they have an index.

Returns:
The pFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFilterIndexType

boolean isFilterIndexType()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to filter fields that have or do not have an index.

Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyFieldCount

int getKeyFieldCount()
                     throws java.io.IOException,
                            AutomationException
Key field count.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyField

java.lang.String getKeyField(int index)
                             throws java.io.IOException,
                                    AutomationException
Key field.

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

addKeyField

void addKeyField(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Add key field.

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

removeKeyField

void removeKeyField(int index)
                    throws java.io.IOException,
                           AutomationException
Remove key field.

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

getExcludeFieldCount

int getExcludeFieldCount()
                         throws java.io.IOException,
                                AutomationException
Exclude field count.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExcludeField

java.lang.String getExcludeField(int index)
                                 throws java.io.IOException,
                                        AutomationException
Exclude field.

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

addExcludeField

void addExcludeField(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
Add exclude field.

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

removeExcludeField

void removeExcludeField(int index)
                        throws java.io.IOException,
                               AutomationException
Remove exclude field.

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