Description: 'Provides access to members that edit a contingent value.' 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 IContingentValueEditProxy extends IContingentValueProxy implements IContingentValueEdit, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID1ea6deb1_cfa8_495f_bdef_cfb9b75c5130IIDbc003034_4f15_4ede_99a8_16e57a5653c4| Modifier | Constructor and Description |
|---|---|
|
IContingentValueEditProxy()
Deprecated.
For internal use only
|
|
IContingentValueEditProxy(java.lang.Object obj)
Deprecated.
|
protected |
IContingentValueEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IContingentValueEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IContingentValueEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
allowAnyDomainValue(int fieldIndex)
Deprecated.
This contingency allows any values from the field domain.
|
void |
initialize(IFieldGroup fieldGroup)
Deprecated.
Initialize the contingent value for its field group.
|
void |
putRange(int fieldIndex,
double minValue,
double maxValue)
Deprecated.
This contingency limits the field value to a sub-range of a range domain.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
renameFieldGroup(java.lang.String fieldGroupName)
Deprecated.
Renames the underlying Field Group.
|
void |
requireNull(int fieldIndex)
Deprecated.
This contingency requires that the field value be null.
|
void |
setCodedValue(int fieldIndex,
java.lang.Object rhs2)
Deprecated.
This contingency limits the field value to a value from a coded value domain.
|
void |
setID(int rhs1)
Deprecated.
The unique ID of the contingent value.
|
void |
setIsRetired(boolean rhs1)
Deprecated.
Is this contingency retired?
|
void |
setSubType(int rhs1)
Deprecated.
The subtype the contingent value applies to (if on a subtype class).
|
getCodedValue, getCount, getFieldGroup, getID, getRange, getSubType, getType, isRetiredbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCodedValue, getCount, getFieldGroup, getID, getRange, getSubType, getType, isRetiredpublic static final java.lang.Class targetClass
public boolean noncastable
public IContingentValueEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IContingentValueEditProxy()
public IContingentValueEditProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IContingentValueEditProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IContingentValueEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IContingentValueProxyiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IContingentValueProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void initialize(IFieldGroup fieldGroup) throws java.io.IOException, AutomationException
initialize in interface IContingentValueEditfieldGroup - A reference to a com.esri.arcgis.geodatabase.IFieldGroup (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setID(int rhs1)
throws java.io.IOException,
AutomationException
setID in interface IContingentValueEditrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubType(int rhs1)
throws java.io.IOException,
AutomationException
setSubType in interface IContingentValueEditrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void allowAnyDomainValue(int fieldIndex)
throws java.io.IOException,
AutomationException
allowAnyDomainValue in interface IContingentValueEditfieldIndex - The fieldIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void requireNull(int fieldIndex)
throws java.io.IOException,
AutomationException
requireNull in interface IContingentValueEditfieldIndex - The fieldIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCodedValue(int fieldIndex,
java.lang.Object rhs2)
throws java.io.IOException,
AutomationException
setCodedValue in interface IContingentValueEditfieldIndex - The fieldIndex (in)rhs2 - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putRange(int fieldIndex,
double minValue,
double maxValue)
throws java.io.IOException,
AutomationException
putRange in interface IContingentValueEditfieldIndex - The fieldIndex (in)minValue - The minValue (in)maxValue - The maxValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsRetired(boolean rhs1)
throws java.io.IOException,
AutomationException
setIsRetired in interface IContingentValueEditrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void renameFieldGroup(java.lang.String fieldGroupName)
throws java.io.IOException,
AutomationException
renameFieldGroup in interface IContingentValueEditfieldGroupName - The fieldGroupName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.