com.esri.arcgis.datasourcesfile
Interface IArcInfoItemEdit

All Superinterfaces:
IArcInfoItem, Serializable
All Known Implementing Classes:
ArcInfoItem

public interface IArcInfoItemEdit
extends IArcInfoItem, Serializable

Provides access to members that control ArcInfo Item Editing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setAlternateName(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(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
 

Method Detail

setStartPosition

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setOutputWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setNumberDecimals

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setAlternateName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setIsRedefined

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setIsPseudo

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setIsIndexed

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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