com.esri.arcgis.geodatabase
Interface IValidation2

All Superinterfaces:
IValidation, java.io.Serializable
All Known Implementing Classes:
FeatureClass, IValidation2Proxy, ObjectClass, ObjectClassValidator, SchematicDiagramClass, SchematicElementClass, TemporalRecordSet

public interface IValidation2
extends IValidation, java.io.Serializable

COM Interface 'IValidation2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage rules and validate them.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID48469230_851c_11d4_a0c9_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IValidation
IIDd410a9ba_475a_11d2_9932_0000f80372b4
 
Method Summary
 void alterRule(IRule rule)
          Alter the existing validation rule.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IValidation
addRule, deleteRule, getRules, getRulesByField, getRulesBySubtypeCode, validate, validateSelection, validateSet
 

Field Detail

IID48469230_851c_11d4_a0c9_00c04f6bdd84

static final int IID48469230_851c_11d4_a0c9_00c04f6bdd84
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

alterRule

void alterRule(IRule rule)
               throws java.io.IOException,
                      AutomationException
Alter the existing validation rule.

Parameters:
rule - A reference to a com.esri.arcgis.geodatabase.IRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.