public interface IValidate
extends java.io.Serializable
Description: 'Provides access to members to validate individual features.' 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 |
IID80e4ff2c_475d_11d2_9932_0000f80372b4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFields |
getInvalidFields()
Returns all invalid fields.
|
IEnumRule |
getInvalidRules()
The set of all invalid rules.
|
IEnumRule |
getInvalidRulesByField(java.lang.String fieldName)
The set of all invalid rules for the specified field.
|
boolean |
validate(java.lang.String[] errorMessage)
Validates the row.
|
static final int IID80e4ff2c_475d_11d2_9932_0000f80372b4
static final int xxDummy
static final java.lang.String IID
IFields getInvalidFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRule getInvalidRules() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRule getInvalidRulesByField(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.boolean validate(java.lang.String[] errorMessage) throws java.io.IOException, AutomationException
errorMessage
- The errorMessage (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.