|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFieldInfoProperty
Provides access to the properties/methods of a field info property object.
Method Summary | |
---|---|
String |
getAlias()
FieldInfo Property Alias. |
int |
getIndex()
FieldInfo Property Index. |
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(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(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. |
Method Detail |
---|
int getIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndex(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAlias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlias(String alias) throws IOException, AutomationException
alias
- The alias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSplitRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSplitRule(int rule) throws IOException, AutomationException
rule
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean visible) throws IOException, AutomationException
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasError() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasError(boolean error) throws IOException, AutomationException
error
- The error (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 |