|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IDETableProxy com.esri.arcgis.geodatabase.IDEGdbTableProxy
Description: 'Provides access to members that return information about geodatabase table 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 IDEGdbTableProxy
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 |
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable |
---|
IID, IIDf35fe0cf_d9fc_4172_81f8_20ce5a553ab1 |
Fields inherited from interface com.esri.arcgis.geodatabase.IDETable |
---|
IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0 |
Constructor Summary | |
---|---|
|
IDEGdbTableProxy()
Deprecated. For internal use only |
|
IDEGdbTableProxy(java.lang.Object obj)
Deprecated. |
protected |
IDEGdbTableProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDEGdbTableProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDEGdbTableProxy(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. The alias name for the table. |
java.lang.String |
getCLSID()
Deprecated. The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element. |
IArray |
getControllerMemberships()
Deprecated. The set of controller memberships for the table. |
int |
getDefaultSubtypeCode()
Deprecated. The default subtype code. |
java.lang.String |
getEXTCLSID()
Deprecated. The GUID for the COM Class (CoClass) corresponding to the class extension of the object class represented by the table data element. |
IPropertySet |
getExtensionProperties()
Deprecated. The properties for the class extension. |
java.lang.String |
getGlobalIDFieldName()
Deprecated. The name of the GlobalID Field. |
java.lang.String |
getModelName()
Deprecated. The model name for the table. |
java.lang.String |
getRasterFieldName()
Deprecated. The name of the raster field. |
IStringArray |
getRelationshipClassNames()
Deprecated. The names of the Relationship Classes this object class participates in. |
java.lang.String |
getSubtypeFieldName()
Deprecated. The name of the Subtype Field. |
IArray |
getSubtypes()
Deprecated. The set of Subtypes. |
boolean |
isHasGlobalID()
Deprecated. Indicates if the table has a GlobalID field. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAliasName(java.lang.String aliasName)
Deprecated. The alias name for the table. |
void |
setCLSID(java.lang.String classID)
Deprecated. The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element. |
void |
setControllerMembershipsByRef(IArray controllerMemberships)
Deprecated. The set of controller memberships for the table. |
void |
setDefaultSubtypeCode(int subtypeCode)
Deprecated. The default subtype code. |
void |
setEXTCLSID(java.lang.String classID)
Deprecated. The GUID for the COM Class (CoClass) corresponding to the class extension of the object class represented by the table data element. |
void |
setExtensionPropertiesByRef(IPropertySet propertySet)
Deprecated. The properties for the class extension. |
void |
setGlobalIDFieldName(java.lang.String globalIDFieldName)
Deprecated. The name of the GlobalID Field. |
void |
setHasGlobalID(boolean hasGlobalID)
Deprecated. Indicates if the table has a GlobalID field. |
void |
setModelName(java.lang.String modelName)
Deprecated. The model name for the table. |
void |
setRasterFieldName(java.lang.String fieldName)
Deprecated. The name of the raster field. |
void |
setRelationshipClassNamesByRef(IStringArray relationshipClassNames)
Deprecated. The names of the Relationship Classes this object class participates in. |
void |
setSubtypeFieldName(java.lang.String fieldName)
Deprecated. The name of the Subtype Field. |
void |
setSubtypesByRef(IArray subtypes)
Deprecated. The set of Subtypes. |
Methods inherited from class com.esri.arcgis.geodatabase.IDETableProxy |
---|
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName |
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 |
Methods inherited from interface com.esri.arcgis.geodatabase.IDETable |
---|
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDEGdbTableProxy(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.IOException
public IDEGdbTableProxy()
public IDEGdbTableProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDEGdbTableProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDEGdbTableProxy(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 IDETableProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IDETableProxy
java.io.IOException
public java.lang.String getCLSID() throws java.io.IOException, AutomationException
getCLSID
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCLSID(java.lang.String classID) throws java.io.IOException, AutomationException
setCLSID
in interface IDEGdbTable
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEXTCLSID() throws java.io.IOException, AutomationException
getEXTCLSID
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEXTCLSID(java.lang.String classID) throws java.io.IOException, AutomationException
setEXTCLSID
in interface IDEGdbTable
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getExtensionProperties() throws java.io.IOException, AutomationException
getExtensionProperties
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionPropertiesByRef(IPropertySet propertySet) throws java.io.IOException, AutomationException
setExtensionPropertiesByRef
in interface IDEGdbTable
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubtypeFieldName() throws java.io.IOException, AutomationException
getSubtypeFieldName
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubtypeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setSubtypeFieldName
in interface IDEGdbTable
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultSubtypeCode() throws java.io.IOException, AutomationException
getDefaultSubtypeCode
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultSubtypeCode(int subtypeCode) throws java.io.IOException, AutomationException
setDefaultSubtypeCode
in interface IDEGdbTable
subtypeCode
- The subtypeCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSubtypes() throws java.io.IOException, AutomationException
getSubtypes
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubtypesByRef(IArray subtypes) throws java.io.IOException, AutomationException
setSubtypesByRef
in interface IDEGdbTable
subtypes
- A reference to a com.esri.arcgis.system.IArray (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 IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAliasName(java.lang.String aliasName) throws java.io.IOException, AutomationException
setAliasName
in interface IDEGdbTable
aliasName
- The aliasName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getModelName() throws java.io.IOException, AutomationException
getModelName
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setModelName(java.lang.String modelName) throws java.io.IOException, AutomationException
setModelName
in interface IDEGdbTable
modelName
- The modelName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getRelationshipClassNames() throws java.io.IOException, AutomationException
getRelationshipClassNames
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelationshipClassNamesByRef(IStringArray relationshipClassNames) throws java.io.IOException, AutomationException
setRelationshipClassNamesByRef
in interface IDEGdbTable
relationshipClassNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getControllerMemberships() throws java.io.IOException, AutomationException
getControllerMemberships
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControllerMembershipsByRef(IArray controllerMemberships) throws java.io.IOException, AutomationException
setControllerMembershipsByRef
in interface IDEGdbTable
controllerMemberships
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasGlobalID() throws java.io.IOException, AutomationException
isHasGlobalID
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasGlobalID(boolean hasGlobalID) throws java.io.IOException, AutomationException
setHasGlobalID
in interface IDEGdbTable
hasGlobalID
- The hasGlobalID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGlobalIDFieldName() throws java.io.IOException, AutomationException
getGlobalIDFieldName
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobalIDFieldName(java.lang.String globalIDFieldName) throws java.io.IOException, AutomationException
setGlobalIDFieldName
in interface IDEGdbTable
globalIDFieldName
- The globalIDFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRasterFieldName() throws java.io.IOException, AutomationException
getRasterFieldName
in interface IDEGdbTable
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setRasterFieldName
in interface IDEGdbTable
fieldName
- The fieldName (in)
java.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 |