public interface IFieldGroup
extends java.io.Serializable
Description: '.' 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 |
IID2f7f6446_7f4f_406d_8ac8_07921aeb9363 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldCount()
The number of fields in this field group.
|
java.lang.String |
getFieldName(int indexInGroup)
The name of the field at the specified index in this field group.
|
IEnumBSTR |
getFieldNames()
An enumerator over the names of the fields in this field group.
|
int |
getIndexInGroup(java.lang.String fieldName)
The index of the field with specified name in this field group.
|
java.lang.String |
getName()
The name of this field group.
|
boolean |
isEditingRestrictive()
The restrictive editing flag of this field group.
|
static final int IID2f7f6446_7f4f_406d_8ac8_07921aeb9363
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName(int indexInGroup) throws java.io.IOException, AutomationException
indexInGroup
- The indexInGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getIndexInGroup(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getFieldNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEditingRestrictive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.