public interface IContingentValues
extends java.io.Serializable
Description: 'Provides access to members for working with a set of contingent values.' 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 |
IID982da92e_7576_45a5_8ad5_341292da26a0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFieldGroup |
findFieldGroup(java.lang.String fieldGroupName)
Find an existing group of fields that can have contingent values.
|
IEnumContingentValue |
getContingentValues()
The contingent values of the class.
|
IEnumFieldGroup |
getFieldGroups()
The field groups of the class.
|
static final int IID982da92e_7576_45a5_8ad5_341292da26a0
static final int xxDummy
static final java.lang.String IID
IFieldGroup findFieldGroup(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.IEnumFieldGroup getFieldGroups() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumContingentValue getContingentValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.