Uses of Class
ida.pelab.prt.constraints.RuleCheckOperator

Packages that use RuleCheckOperator
ida.pelab.prt.constraints   
 

Uses of RuleCheckOperator in ida.pelab.prt.constraints
 

Methods in ida.pelab.prt.constraints that return RuleCheckOperator
 RuleCheckOperator RuleCheck.getOperator()
           
 RuleCheckOperator IndexRuleCheck.getOperator()
           
static RuleCheckOperator RuleCheckOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleCheckOperator[] RuleCheckOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ida.pelab.prt.constraints with parameters of type RuleCheckOperator
 void RuleCheck.setOperator(RuleCheckOperator operator)
           
 void IndexRuleCheck.setOperator(RuleCheckOperator operator)
           
 

Constructors in ida.pelab.prt.constraints with parameters of type RuleCheckOperator
IndexRuleCheck(RuleCheckOperator operator, java.util.ArrayList<java.lang.String> parameters)
           
RuleCheck(RuleCheckOperator operator, java.util.ArrayList<java.lang.String> parameters)