|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldDomain
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 |
|---|
static final int IID638026f2_f9c4_4a39_a6c6_6932a0d51fe3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray makeList(IGPValue pValue)
throws java.io.IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexFilter(boolean filter,
boolean type)
throws java.io.IOException,
AutomationException
filter - The filter (in)type - The type (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndex()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndexType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getKeyFieldCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getKeyField(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addKeyField(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeKeyField(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExcludeFieldCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExcludeField(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addExcludeField(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeExcludeField(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||