|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.util.RuleParser.Effect
Class represnetation for the effect portion of a rule.
| Field Summary | |
static RuleParser.Effect |
DELEGATE
DELEGATE effect type |
static RuleParser.Effect |
DENY
DENY effect type |
static RuleParser.Effect |
GRANT
GRANT effect type |
| Method Summary | |
static RuleParser.Effect |
parse(java.lang.String effect)
Parse the supplied string as a rule effect. |
java.lang.String |
toString()
Returns the rule effect as a String. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RuleParser.Effect DELEGATE
public static final RuleParser.Effect DENY
public static final RuleParser.Effect GRANT
| Method Detail |
public static RuleParser.Effect parse(java.lang.String effect)
throws RuleParser.ParsingException
RuleParser.ParsingExceptionpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||