com.esri.arcgis.geoprocessing
Class IGpDescribeFieldProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGpDescribeFieldProxy
All Implemented Interfaces:
IGpDescribeField, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGpDescribeField'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties of a Geoprocessing Field Description 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 =

public class IGpDescribeFieldProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpDescribeField, 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.geoprocessing.IGpDescribeField
DISPID_1_GET_NAME, DISPID_1_PUT_NAME, DISPID_10_GET_NAME, DISPID_10_PUT_NAME, DISPID_11_GET_NAME, DISPID_11_PUT_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_14_GET_NAME, DISPID_14_PUT_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, DISPID_8_GET_NAME, DISPID_8_PUT_NAME, DISPID_9_GET_NAME, DISPID_9_PUT_NAME, IID, IID95c402e9_4fe5_4eb5_9ecb_bd009bc4b039
 
Constructor Summary
  IGpDescribeFieldProxy()
          Deprecated. For internal use only
  IGpDescribeFieldProxy(java.lang.Object obj)
          Deprecated.  
protected IGpDescribeFieldProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpDescribeFieldProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpDescribeFieldProxy(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 getAliasName()
          Deprecated. Alias name of the field description.
 java.lang.String getDomain()
          Deprecated. Domain of the field description.
 java.lang.String getEditable()
          Deprecated. Indicates whether the field is editable.
 IField getField()
          Deprecated. Get the initial field value.
 java.lang.String getIsNullable()
          Deprecated. Indicates whether the field supports NULL values.
 int getLength()
          Deprecated. The length of the field.
 java.lang.String getName()
          Deprecated. Name of the field description.
 int getPosition()
          Deprecated. Set the field position.
 int getPrecision()
          Deprecated. The precision of the field.
 java.lang.String getRequired()
          Deprecated. Indicates whether the field is required.
 int getScale()
          Deprecated. The scale of the field.
 java.lang.String getType()
          Deprecated. The data type of the field.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAliasName(java.lang.String name)
          Deprecated. Alias name of the field description.
 void setDomain(java.lang.String name)
          Deprecated. Domain of the field description.
 void setEditable(java.lang.String editable)
          Deprecated. Indicates whether the field is editable.
 void setField(IField field)
          Deprecated. Set the initial field value.
 void setIsNullable(java.lang.String isNullable)
          Deprecated. Indicates whether the field supports NULL values.
 void setLength(int length)
          Deprecated. The length of the field.
 void setName(java.lang.String name)
          Deprecated. Name of the field description.
 void setPosition(int pos)
          Deprecated. Set the field position.
 void setPrecision(int precision)
          Deprecated. The precision of the field.
 void setRequired(java.lang.String required)
          Deprecated. Indicates whether the field is required.
 void setScale(int scale)
          Deprecated. The scale of the field.
 void setType(java.lang.String type)
          Deprecated. The data type of the field.
 
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

IGpDescribeFieldProxy

public IGpDescribeFieldProxy(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

IGpDescribeFieldProxy

public IGpDescribeFieldProxy()
Deprecated. 
For internal use only


IGpDescribeFieldProxy

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

IGpDescribeFieldProxy

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

IGpDescribeFieldProxy

protected IGpDescribeFieldProxy(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. 
Name of the field description.

Specified by:
getName in interface IGpDescribeField
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. 
Name of the field description.

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

getAliasName

public java.lang.String getAliasName()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Alias name of the field description.

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

setAliasName

public void setAliasName(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Alias name of the field description.

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

getDomain

public java.lang.String getDomain()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Domain of the field description.

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

setDomain

public void setDomain(java.lang.String name)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Domain of the field description.

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

getEditable

public java.lang.String getEditable()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the field is editable.

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

setEditable

public void setEditable(java.lang.String editable)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether the field is editable.

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

getIsNullable

public java.lang.String getIsNullable()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether the field supports NULL values.

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

setIsNullable

public void setIsNullable(java.lang.String isNullable)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether the field supports NULL values.

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

getRequired

public java.lang.String getRequired()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the field is required.

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

setRequired

public void setRequired(java.lang.String required)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether the field is required.

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

getLength

public int getLength()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The length of the field.

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

setLength

public void setLength(int length)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The length of the field.

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

getPrecision

public int getPrecision()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The precision of the field.

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

setPrecision

public void setPrecision(int precision)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The precision of the field.

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

getScale

public int getScale()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The scale of the field.

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

setScale

public void setScale(int scale)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The scale of the field.

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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The data type of the field.

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

setType

public void setType(java.lang.String type)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The data type of the field.

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

setField

public void setField(IField field)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Set the initial field value.

Specified by:
setField in interface IGpDescribeField
Parameters:
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getField

public IField getField()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Get the initial field value.

Specified by:
getField in interface IGpDescribeField
Returns:
A reference to a com.esri.arcgis.geodatabase.IField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPosition

public void setPosition(int pos)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Set the field position.

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

getPosition

public int getPosition()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Set the field position.

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