|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldDomain
Provides access to the properties/methods of a geoprocessing field domain object.
| Method Summary | |
|---|---|
void |
addExcludeField(String name)
Add exclude field. |
void |
addKeyField(String name)
Add key field. |
void |
addType(int type)
Add a field type. |
void |
deleteType(int type)
Remove a field type. |
int |
getCount()
Count. |
String |
getExcludeField(int index)
Exclude field. |
int |
getExcludeFieldCount()
Exclude field count. |
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. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray makeList(IGPValue pValue)
throws IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexFilter(boolean filter,
boolean type)
throws IOException,
AutomationException
filter - The filter (in)type - The type (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndexType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getKeyFieldCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getKeyField(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addKeyField(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeKeyField(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExcludeFieldCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getExcludeField(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addExcludeField(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeExcludeField(int index)
throws IOException,
AutomationException
index - The index (in)
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 | ||||||||