com.esri.arcgis.geoprocessing
Interface IGPFieldInfoProperty

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldInfoProperty, IGPFieldInfoPropertyProxy

public interface IGPFieldInfoProperty
extends java.io.Serializable

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

IIDe623fed0_5721_4a2e_a8a9_804e724912f5

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

getIndex

int getIndex()
             throws java.io.IOException,
                    AutomationException
FieldInfo Property Index.

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

setIndex

void setIndex(int index)
              throws java.io.IOException,
                     AutomationException
FieldInfo Property Index.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
FieldInfo Property Name.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
FieldInfo Property Name.

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

getAlias

java.lang.String getAlias()
                          throws java.io.IOException,
                                 AutomationException
FieldInfo Property Alias.

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

setAlias

void setAlias(java.lang.String alias)
              throws java.io.IOException,
                     AutomationException
FieldInfo Property Alias.

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

getSplitRule

int getSplitRule()
                 throws java.io.IOException,
                        AutomationException
FieldInfo Property Split Rule.

Returns:
A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSplitRule

void setSplitRule(int rule)
                  throws java.io.IOException,
                         AutomationException
FieldInfo Property Split Rule.

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates whether or not the field is visible.

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

setVisible

void setVisible(boolean visible)
                throws java.io.IOException,
                       AutomationException
Indicates whether or not the field is visible.

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

isHasError

boolean isHasError()
                   throws java.io.IOException,
                          AutomationException
Indicates whether or not the field info property has an error.

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

setHasError

void setHasError(boolean error)
                 throws java.io.IOException,
                        AutomationException
Indicates whether or not the field info property has an error.

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