com.esri.arcgis.geodatabase
Interface IRule

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAttributeRule, IConnectivityRule, IEdgeConnectivityRule, IJunctionConnectivityRule, IJunctionConnectivityRule2, IRelationshipRule
All Known Implementing Classes:
AttributeRule, EdgeConnectivityRule, IAttributeRuleProxy, IConnectivityRuleProxy, IEdgeConnectivityRuleProxy, IJunctionConnectivityRule2Proxy, IJunctionConnectivityRuleProxy, IRelationshipRuleProxy, IRuleProxy, JunctionConnectivityRule, RelationshipRule, TopologyRule

public interface IRule
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID236f4de4_4761_11d2_9932_0000f80372b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID236f4de4_4761_11d2_9932_0000f80372b4

static final int IID236f4de4_4761_11d2_9932_0000f80372b4
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

getCategory

int getCategory()
                throws java.io.IOException,
                       AutomationException
The name associated with the validation rule.

Returns:
The groupBitmap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCategory

void setCategory(int groupBitmap)
                 throws java.io.IOException,
                        AutomationException
The name associated with the validation rule.

Parameters:
groupBitmap - The groupBitmap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpstring

java.lang.String getHelpstring()
                               throws java.io.IOException,
                                      AutomationException
The helpstring associated with the validation rule.

Returns:
The helpstring
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHelpstring

void setHelpstring(java.lang.String helpstring)
                   throws java.io.IOException,
                          AutomationException
The helpstring associated with the validation rule.

Parameters:
helpstring - The helpstring (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The ID of the validation rule.

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

void setID(int iD)
           throws java.io.IOException,
                  AutomationException
The ID of the validation rule.

Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type associated with the validation rule.

Returns:
A com.esri.arcgis.geodatabase.esriRuleType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.