|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldInfoProperty
COM Interface 'IGPFieldInfoProperty'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a field info property 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 |
IIDe623fed0_5721_4a2e_a8a9_804e724912f5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
FieldInfo Property Alias. |
int |
getIndex()
FieldInfo Property Index. |
java.lang.String |
getName()
FieldInfo Property Name. |
int |
getSplitRule()
FieldInfo Property Split Rule. |
boolean |
isHasError()
Indicates whether or not the field info property has an error. |
boolean |
isVisible()
Indicates whether or not the field is visible. |
void |
setAlias(java.lang.String alias)
FieldInfo Property Alias. |
void |
setHasError(boolean error)
Indicates whether or not the field info property has an error. |
void |
setIndex(int index)
FieldInfo Property Index. |
void |
setName(java.lang.String name)
FieldInfo Property Name. |
void |
setSplitRule(int rule)
FieldInfo Property Split Rule. |
void |
setVisible(boolean visible)
Indicates whether or not the field is visible. |
| Field Detail |
|---|
static final int IIDe623fed0_5721_4a2e_a8a9_804e724912f5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getIndex()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndex(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.
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(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.
java.lang.String getAlias()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlias(java.lang.String alias)
throws java.io.IOException,
AutomationException
alias - The alias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSplitRule()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSplitRule(int rule)
throws java.io.IOException,
AutomationException
rule - A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVisible()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
visible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasError()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasError(boolean error)
throws java.io.IOException,
AutomationException
error - The error (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 | ||||||||