com.esri.arcgis.datasourcesfile
Interface IArcInfoItemEdit

All Superinterfaces:
IArcInfoItem, java.io.Serializable
All Known Implementing Classes:
ArcInfoItem, IArcInfoItemEditProxy

public interface IArcInfoItemEdit
extends IArcInfoItem, java.io.Serializable

COM Interface 'IArcInfoItemEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to members that control ArcInfo Item Editing.' 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 IIDb5e470d3_ceab_11d2_b0dc_0000f8780820
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItem
IIDb5e470d2_ceab_11d2_b0dc_0000f8780820
 
Method Summary
 void setAlternateName(java.lang.String rhs1)
          Alternate Name of the Item.
 void setIsIndexed(boolean rhs1)
          Indicates if the Item is Indexed.
 void setIsPseudo(boolean rhs1)
          Indicates if the Item is a Pseudo Item.
 void setIsRedefined(boolean rhs1)
          Indicates if the Item is Redefined.
 void setName(java.lang.String rhs1)
          Name of the Item.
 void setNumberDecimals(int rhs1)
          Number of Decimals for Item values.
 void setOutputWidth(int rhs1)
          Output Width, in Bytes, for values stored in the Item.
 void setStartPosition(int rhs1)
          Start Position of the Item.
 void setType(int rhs1)
          Type of the Item, as an enumeration.
 void setWidth(int rhs1)
          Storage Width, in Bytes, for values stored in the Item.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItem
getAlternateName, getName, getNumberDecimals, getOutputWidth, getStartPosition, getType, getWidth, isIndexed, isPseudo, isRedefined
 

Field Detail

IIDb5e470d3_ceab_11d2_b0dc_0000f8780820

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

setStartPosition

void setStartPosition(int rhs1)
                      throws java.io.IOException,
                             AutomationException
Start Position of the Item.

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
Name of the Item.

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

setWidth

void setWidth(int rhs1)
              throws java.io.IOException,
                     AutomationException
Storage Width, in Bytes, for values stored in the Item.

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

setOutputWidth

void setOutputWidth(int rhs1)
                    throws java.io.IOException,
                           AutomationException
Output Width, in Bytes, for values stored in the Item.

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

setType

void setType(int rhs1)
             throws java.io.IOException,
                    AutomationException
Type of the Item, as an enumeration.

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

setNumberDecimals

void setNumberDecimals(int rhs1)
                       throws java.io.IOException,
                              AutomationException
Number of Decimals for Item values.

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

setAlternateName

void setAlternateName(java.lang.String rhs1)
                      throws java.io.IOException,
                             AutomationException
Alternate Name of the Item.

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

setIsRedefined

void setIsRedefined(boolean rhs1)
                    throws java.io.IOException,
                           AutomationException
Indicates if the Item is Redefined.

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

setIsPseudo

void setIsPseudo(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Indicates if the Item is a Pseudo Item.

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

setIsIndexed

void setIsIndexed(boolean rhs1)
                  throws java.io.IOException,
                         AutomationException
Indicates if the Item is Indexed.

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