public interface IRule
extends java.io.Serializable
Description: 'Provides access to members that return information about 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 |
IID236f4de4_4761_11d2_9932_0000f80372b4 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCategory()
The name associated with the validation rule.
|
java.lang.String |
getHelpstring()
The helpstring associated with the validation rule.
|
int |
getID()
The ID of the validation rule.
|
int |
getType()
The type associated with the validation rule.
|
void |
setCategory(int groupBitmap)
The name associated with the validation rule.
|
void |
setHelpstring(java.lang.String helpstring)
The helpstring associated with the validation rule.
|
void |
setID(int iD)
The ID of the validation rule.
|
static final int IID236f4de4_4761_11d2_9932_0000f80372b4
static final int xxDummy
static final java.lang.String IID
int getCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCategory(int groupBitmap)
throws java.io.IOException,
AutomationException
groupBitmap - The groupBitmap (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getHelpstring()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHelpstring(java.lang.String helpstring)
throws java.io.IOException,
AutomationException
helpstring - The helpstring (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setID(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.