|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGpDescribeFieldProxy
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
Internal use class
| 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 |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGpDescribeFieldProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGpDescribeFieldProxy()
public IGpDescribeFieldProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGpDescribeFieldProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGpDescribeFieldProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IGpDescribeFieldname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAliasName()
throws java.io.IOException,
AutomationException
getAliasName in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAliasName(java.lang.String name)
throws java.io.IOException,
AutomationException
setAliasName in interface IGpDescribeFieldname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDomain()
throws java.io.IOException,
AutomationException
getDomain in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDomain(java.lang.String name)
throws java.io.IOException,
AutomationException
setDomain in interface IGpDescribeFieldname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getEditable()
throws java.io.IOException,
AutomationException
getEditable in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEditable(java.lang.String editable)
throws java.io.IOException,
AutomationException
setEditable in interface IGpDescribeFieldeditable - The editable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getIsNullable()
throws java.io.IOException,
AutomationException
getIsNullable in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsNullable(java.lang.String isNullable)
throws java.io.IOException,
AutomationException
setIsNullable in interface IGpDescribeFieldisNullable - The isNullable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRequired()
throws java.io.IOException,
AutomationException
getRequired in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRequired(java.lang.String required)
throws java.io.IOException,
AutomationException
setRequired in interface IGpDescribeFieldrequired - The required (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLength()
throws java.io.IOException,
AutomationException
getLength in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLength(int length)
throws java.io.IOException,
AutomationException
setLength in interface IGpDescribeFieldlength - The length (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPrecision()
throws java.io.IOException,
AutomationException
getPrecision in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrecision(int precision)
throws java.io.IOException,
AutomationException
setPrecision in interface IGpDescribeFieldprecision - The precision (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getScale()
throws java.io.IOException,
AutomationException
getScale in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScale(int scale)
throws java.io.IOException,
AutomationException
setScale in interface IGpDescribeFieldscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
getType in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(java.lang.String type)
throws java.io.IOException,
AutomationException
setType in interface IGpDescribeFieldtype - The type (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setField(IField field)
throws java.io.IOException,
AutomationException
setField in interface IGpDescribeFieldfield - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getField()
throws java.io.IOException,
AutomationException
getField in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPosition(int pos)
throws java.io.IOException,
AutomationException
setPosition in interface IGpDescribeFieldpos - The pos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPosition()
throws java.io.IOException,
AutomationException
getPosition in interface IGpDescribeFieldjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||