Uses of Class
com.thebuzzmedia.sjxp.rule.IRule.Type

Packages that use IRule.Type
com.thebuzzmedia.sjxp.rule   
 

Uses of IRule.Type in com.thebuzzmedia.sjxp.rule
 

Methods in com.thebuzzmedia.sjxp.rule that return IRule.Type
 IRule.Type IRule.getType()
          Used to get the type of the rule.
 IRule.Type DefaultRule.getType()
           
static IRule.Type IRule.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRule.Type[] IRule.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.thebuzzmedia.sjxp.rule with parameters of type IRule.Type
DefaultRule(IRule.Type type, String locationPath, String... attributeNames)
          Create a new rule with the given values.
 


Copyright 2011 The Buzz Media, LLC