public interface IContingentValueEdit extends IContingentValue, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1ea6deb1_cfa8_495f_bdef_cfb9b75c5130 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbc003034_4f15_4ede_99a8_16e57a5653c4
Modifier and Type | Method and Description |
---|---|
void |
allowAnyDomainValue(int fieldIndex)
This contingency allows any values from the field domain.
|
void |
initialize(IFieldGroup fieldGroup)
Initialize the contingent value for its field group.
|
void |
putRange(int fieldIndex,
double minValue,
double maxValue)
This contingency limits the field value to a sub-range of a range domain.
|
void |
renameFieldGroup(java.lang.String fieldGroupName)
Renames the underlying Field Group.
|
void |
requireNull(int fieldIndex)
This contingency requires that the field value be null.
|
void |
setCodedValue(int fieldIndex,
java.lang.Object rhs2)
This contingency limits the field value to a value from a coded value domain.
|
void |
setID(int rhs1)
The unique ID of the contingent value.
|
void |
setIsRetired(boolean rhs1)
Is this contingency retired?
|
void |
setSubType(int rhs1)
The subtype the contingent value applies to (if on a subtype class).
|
getCodedValue, getCount, getFieldGroup, getID, getRange, getSubType, getType, isRetired
static final int IID1ea6deb1_cfa8_495f_bdef_cfb9b75c5130
static final int xxDummy
static final java.lang.String IID
void initialize(IFieldGroup fieldGroup) throws java.io.IOException, AutomationException
fieldGroup
- 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.void setID(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void allowAnyDomainValue(int fieldIndex) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void requireNull(int fieldIndex) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCodedValue(int fieldIndex, java.lang.Object rhs2) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)rhs2
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putRange(int fieldIndex, double minValue, double maxValue) throws java.io.IOException, AutomationException
fieldIndex
- 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.void setIsRetired(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void renameFieldGroup(java.lang.String fieldGroupName) throws java.io.IOException, AutomationException
fieldGroupName
- The fieldGroupName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.