public interface IContingentValue
extends java.io.Serializable
Description: 'Provides access to members that describe 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 |
IIDbc003034_4f15_4ede_99a8_16e57a5653c4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCodedValue(int fieldIndex)
The coded value of a coded value contingency.
|
int |
getCount()
Count of contingent values
|
java.lang.String |
getFieldGroup()
The group of fields the contingent value applies to.
|
int |
getID()
The unique ID of the contingent value.
|
void |
getRange(int fieldIndex,
double[] minValue,
double[] maxValue)
The range of a range contingency.
|
int |
getSubType()
The subtype the contingent value applies to (if on a subtype class).
|
int |
getType(int fieldIndex)
The type of contingency.
|
boolean |
isRetired()
Is this contingency retired?
|
static final int IIDbc003034_4f15_4ede_99a8_16e57a5653c4
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldGroup() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType(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.java.lang.Object getCodedValue(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 getRange(int fieldIndex, double[] minValue, double[] maxValue) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)minValue
- The minValue (out: use single element array)maxValue
- The maxValue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRetired() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.