public interface IAttributeRule extends IRule, java.io.Serializable
Description: 'Provides access to members that return, modify and validate attribute rules.' 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 |
IID9ed62772_475d_11d2_9932_0000f80372b4 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID236f4de4_4761_11d2_9932_0000f80372b4
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainName()
The domain name associated with the attribute rule.
|
java.lang.String |
getFieldName()
The field name associated with the attribute rule.
|
int |
getSubtypeCode()
The subtype code.
|
void |
setDomainName(java.lang.String name)
The domain name associated with the attribute rule.
|
void |
setFieldName(java.lang.String name)
The field name associated with the attribute rule.
|
void |
setSubtypeCode(int value)
The subtype code.
|
boolean |
validate(IRow row,
java.lang.String[] errorMessage)
Validates the rule.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
static final int IID9ed62772_475d_11d2_9932_0000f80372b4
static final int xxDummy
static final java.lang.String IID
java.lang.String getDomainName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean validate(IRow row, java.lang.String[] errorMessage) throws java.io.IOException, AutomationException
row
- A reference to a com.esri.arcgis.geodatabase.IRow (in)errorMessage
- The errorMessage (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.