public static final class AbstractTokenizedActivationStrategy.Token extends Object
Contains information for a specific token including the token value and whether it has been negated.
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the value for this
AbstractTokenizedActivationStrategy.Token. |
boolean |
isNegated()
Returns whether or not this
AbstractTokenizedActivationStrategy.Token is negated. |
public boolean isNegated()
Returns whether or not this AbstractTokenizedActivationStrategy.Token is negated.
public String getValue()
Returns the value for this AbstractTokenizedActivationStrategy.Token.
Copyright © 2018. All Rights Reserved.