public class ISubtypesProxy extends com.esri.arcgis.interop.Dispatch implements ISubtypes, java.io.Serializable
Description: 'Provides access to members that return and modify subtype information.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDaef78514_848f_11d2_aaba_00c04fa37b82
Modifier | Constructor and Description |
---|---|
|
ISubtypesProxy()
For internal use only
|
|
ISubtypesProxy(java.lang.Object obj) |
protected |
ISubtypesProxy(java.lang.Object obj,
java.lang.String iid) |
|
ISubtypesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ISubtypesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addSubtype(int subtypeCode,
java.lang.String subtypeName)
Adds the subtype to the set of associated subtypes.
|
void |
deleteSubtype(int subtypeCode)
Deletes the subtype from the set of associated subtypes.
|
int |
getDefaultSubtypeCode()
The default subtype associated with the class.
|
java.lang.Object |
getDefaultValue(int subtypeCode,
java.lang.String fieldName)
The default value for the associated attribute.
|
IDomain |
getDomain(int subtypeCode,
java.lang.String fieldName)
The domain given the subtype and field.
|
int |
getSubtypeFieldIndex()
The subtype field index.
|
java.lang.String |
getSubtypeFieldName()
The subtype field name.
|
java.lang.String |
getSubtypeName(int subtypeCode)
The subtype name.
|
IEnumSubtype |
getSubtypes()
The subtypes associated with the class.
|
boolean |
isHasSubtype()
Indicates if the table has subtypes.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDefaultSubtypeCode(int subtypeCode)
The default subtype associated with the class.
|
void |
setDefaultValue(int subtypeCode,
java.lang.String fieldName,
java.lang.Object value)
The default value for the associated attribute.
|
void |
setDomainByRef(int subtypeCode,
java.lang.String fieldName,
IDomain domain)
The domain given the subtype and field.
|
void |
setSubtypeFieldName(java.lang.String fieldName)
The subtype field name.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ISubtypesProxy(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 ISubtypesProxy()
public ISubtypesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISubtypesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISubtypesProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public boolean isHasSubtype() throws java.io.IOException, AutomationException
isHasSubtype
in interface ISubtypes
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 ISubtypes
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 ISubtypes
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultValue(int subtypeCode, java.lang.String fieldName) throws java.io.IOException, AutomationException
getDefaultValue
in interface ISubtypes
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultValue(int subtypeCode, java.lang.String fieldName, java.lang.Object value) throws java.io.IOException, AutomationException
setDefaultValue
in interface ISubtypes
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDomain getDomain(int subtypeCode, java.lang.String fieldName) throws java.io.IOException, AutomationException
getDomain
in interface ISubtypes
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDomainByRef(int subtypeCode, java.lang.String fieldName, IDomain domain) throws java.io.IOException, AutomationException
setDomainByRef
in interface ISubtypes
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (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 ISubtypes
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 ISubtypes
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSubtypeFieldIndex() throws java.io.IOException, AutomationException
getSubtypeFieldIndex
in interface ISubtypes
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubtypeName(int subtypeCode) throws java.io.IOException, AutomationException
getSubtypeName
in interface ISubtypes
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumSubtype getSubtypes() throws java.io.IOException, AutomationException
getSubtypes
in interface ISubtypes
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addSubtype(int subtypeCode, java.lang.String subtypeName) throws java.io.IOException, AutomationException
addSubtype
in interface ISubtypes
subtypeCode
- The subtypeCode (in)subtypeName
- The subtypeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteSubtype(int subtypeCode) throws java.io.IOException, AutomationException
deleteSubtype
in interface ISubtypes
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.