com.esri.arcgis.datasourcesfile
Class IGPArcInfoItemProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.IGPArcInfoItemProxy
All Implemented Interfaces:
IGPArcInfoItem, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IGPArcInfoItemProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPArcInfoItem, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.IGPArcInfoItem
IID, IIDc95b22e0_a3c3_11d5_931c_0080c71a3226
 
Constructor Summary
  IGPArcInfoItemProxy()
          Deprecated. For internal use only
  IGPArcInfoItemProxy(java.lang.Object obj)
          Deprecated.  
protected IGPArcInfoItemProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPArcInfoItemProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPArcInfoItemProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getAlternateName()
          Deprecated. The alternate name of the info item.
 java.lang.String getName()
          Deprecated. The name of the info item.
 int getNumberDecimals()
          Deprecated. The number of decimal places of the info item.
 int getOutputWidth()
          Deprecated. The output width of the info item.
 int getStartPosition()
          Deprecated. The start position of the info item.
 int getType()
          Deprecated. The type of the info item.
 int getWidth()
          Deprecated. The width of the info item.
 boolean isIndexed()
          Deprecated. Indicates if the info item has an index.
 boolean isPseudo()
          Deprecated. Indicates if the item a psuedo item.
 boolean isRedefined()
          Deprecated. Indicates if the info item redefined.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAlternateName(java.lang.String alternateName)
          Deprecated. The alternate name of the info item.
 void setIsIndexed(boolean isIndexed)
          Deprecated. Indicates if the info item has an index.
 void setIsPseudo(boolean isPsuedo)
          Deprecated. Indicates if the item a psuedo item.
 void setIsRedefined(boolean redefined)
          Deprecated. Indicates if the info item redefined.
 void setName(java.lang.String name)
          Deprecated. The name of the info item.
 void setNumberDecimals(int number)
          Deprecated. The number of decimal places of the info item.
 void setOutputWidth(int width)
          Deprecated. The output width of the info item.
 void setStartPosition(int position)
          Deprecated. The start position of the info item.
 void setType(int type)
          Deprecated. The type of the info item.
 void setWidth(int width)
          Deprecated. The width of the info item.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPArcInfoItemProxy

public IGPArcInfoItemProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPArcInfoItemProxy

public IGPArcInfoItemProxy()
Deprecated. 
For internal use only


IGPArcInfoItemProxy

public IGPArcInfoItemProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPArcInfoItemProxy

protected IGPArcInfoItemProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPArcInfoItemProxy

protected IGPArcInfoItemProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

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

Specified by:
getName in interface IGPArcInfoItem
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the info item.

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

getStartPosition

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

Specified by:
getStartPosition in interface IGPArcInfoItem
Returns:
The position
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartPosition

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

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

getWidth

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

Specified by:
getWidth in interface IGPArcInfoItem
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

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

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

getOutputWidth

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

Specified by:
getOutputWidth in interface IGPArcInfoItem
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputWidth

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

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

getType

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

Specified by:
getType in interface IGPArcInfoItem
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

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

Specified by:
setType in interface IGPArcInfoItem
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

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

Specified by:
getNumberDecimals in interface IGPArcInfoItem
Returns:
The number
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberDecimals

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

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

getAlternateName

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

Specified by:
getAlternateName in interface IGPArcInfoItem
Returns:
The alternateName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlternateName

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

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

isRedefined

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

Specified by:
isRedefined in interface IGPArcInfoItem
Returns:
The redefined
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsRedefined

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

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

isIndexed

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

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

setIsIndexed

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

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

isPseudo

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

Specified by:
isPseudo in interface IGPArcInfoItem
Returns:
The isPsuedo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsPseudo

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

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