public interface IContingentValuesEdit extends IContingentValues, 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 |
IIDaa8e424c_f55f_43f5_8646_f4171b7beb9c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID982da92e_7576_45a5_8ad5_341292da26a0
Modifier and Type | Method and Description |
---|---|
void |
addFieldGroup(IFieldGroup fieldGroup)
Create a new group of fields that can have contingent values.
|
void |
addFieldToFieldGroup(java.lang.String fieldGroupName,
java.lang.String fieldName,
int fieldPosition)
Add a field to a field group.
|
void |
alterContingentValues(ISet insertsAndUpdates,
ILongArray deletes)
Alter contingent values.
|
void |
deleteFieldGroup(java.lang.String fieldGroupName)
Remove a group of fields that can have contingent values.
|
void |
fieldGroupAltered(java.lang.String fieldGroupName,
IFieldGroup fieldGroup)
Alter field group.
|
void |
removeFieldFromFieldGroup(java.lang.String fieldGroupName,
java.lang.String fieldName)
Remove a field from a field group.
|
findFieldGroup, getContingentValues, getFieldGroups
static final int IIDaa8e424c_f55f_43f5_8646_f4171b7beb9c
static final int xxDummy
static final java.lang.String IID
void addFieldGroup(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 addFieldToFieldGroup(java.lang.String fieldGroupName, java.lang.String fieldName, int fieldPosition) throws java.io.IOException, AutomationException
fieldGroupName
- The fieldGroupName (in)fieldName
- The fieldName (in)fieldPosition
- The fieldPosition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeFieldFromFieldGroup(java.lang.String fieldGroupName, java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldGroupName
- The fieldGroupName (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteFieldGroup(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.void alterContingentValues(ISet insertsAndUpdates, ILongArray deletes) throws java.io.IOException, AutomationException
insertsAndUpdates
- A reference to a com.esri.arcgis.system.ISet (in)deletes
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fieldGroupAltered(java.lang.String fieldGroupName, IFieldGroup fieldGroup) throws java.io.IOException, AutomationException
fieldGroupName
- The fieldGroupName (in)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.