com.esri.arcgis.datasourcesfile
Interface IGPArcInfoItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPArcInfoItem, IGPArcInfoItemProxy

public interface IGPArcInfoItem
extends java.io.Serializable

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

Description: 'Provides access to the ArcInfo Item Data Element.' 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 IIDc95b22e0_a3c3_11d5_931c_0080c71a3226
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAlternateName()
          The alternate name of the info item.
 java.lang.String getName()
          The name of the info item.
 int getNumberDecimals()
          The number of decimal places of the info item.
 int getOutputWidth()
          The output width of the info item.
 int getStartPosition()
          The start position of the info item.
 int getType()
          The type of the info item.
 int getWidth()
          The width of the info item.
 boolean isIndexed()
          Indicates if the info item has an index.
 boolean isPseudo()
          Indicates if the item a psuedo item.
 boolean isRedefined()
          Indicates if the info item redefined.
 void setAlternateName(java.lang.String alternateName)
          The alternate name of the info item.
 void setIsIndexed(boolean isIndexed)
          Indicates if the info item has an index.
 void setIsPseudo(boolean isPsuedo)
          Indicates if the item a psuedo item.
 void setIsRedefined(boolean redefined)
          Indicates if the info item redefined.
 void setName(java.lang.String name)
          The name of the info item.
 void setNumberDecimals(int number)
          The number of decimal places of the info item.
 void setOutputWidth(int width)
          The output width of the info item.
 void setStartPosition(int position)
          The start position of the info item.
 void setType(int type)
          The type of the info item.
 void setWidth(int width)
          The width of the info item.
 

Field Detail

IIDc95b22e0_a3c3_11d5_931c_0080c71a3226

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the info item.

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
The name of the info item.

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

getStartPosition

int getStartPosition()
                     throws java.io.IOException,
                            AutomationException
The start position of the info item.

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

setStartPosition

void setStartPosition(int position)
                      throws java.io.IOException,
                             AutomationException
The start position of the info item.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the info item.

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

setWidth

void setWidth(int width)
              throws java.io.IOException,
                     AutomationException
The width of the info item.

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

getOutputWidth

int getOutputWidth()
                   throws java.io.IOException,
                          AutomationException
The output width of the info item.

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

setOutputWidth

void setOutputWidth(int width)
                    throws java.io.IOException,
                           AutomationException
The output width of the info item.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type of the info item.

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

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
The type of the info item.

Parameters:
type - 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.

getNumberDecimals

int getNumberDecimals()
                      throws java.io.IOException,
                             AutomationException
The number of decimal places of the info item.

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

setNumberDecimals

void setNumberDecimals(int number)
                       throws java.io.IOException,
                              AutomationException
The number of decimal places of the info item.

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

getAlternateName

java.lang.String getAlternateName()
                                  throws java.io.IOException,
                                         AutomationException
The alternate name of the info item.

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

setAlternateName

void setAlternateName(java.lang.String alternateName)
                      throws java.io.IOException,
                             AutomationException
The alternate name of the info item.

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

isRedefined

boolean isRedefined()
                    throws java.io.IOException,
                           AutomationException
Indicates if the info item redefined.

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

setIsRedefined

void setIsRedefined(boolean redefined)
                    throws java.io.IOException,
                           AutomationException
Indicates if the info item redefined.

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

isIndexed

boolean isIndexed()
                  throws java.io.IOException,
                         AutomationException
Indicates if the info item has an index.

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

setIsIndexed

void setIsIndexed(boolean isIndexed)
                  throws java.io.IOException,
                         AutomationException
Indicates if the info item has an index.

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

isPseudo

boolean isPseudo()
                 throws java.io.IOException,
                        AutomationException
Indicates if the item a psuedo item.

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

setIsPseudo

void setIsPseudo(boolean isPsuedo)
                 throws java.io.IOException,
                        AutomationException
Indicates if the item a psuedo item.

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