public class FieldCondition extends Object implements InputCondition
Constructor and Description |
---|
FieldCondition(String field,
Operator operator,
String value) |
FieldCondition(String field,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getField() |
Operator |
getOperator() |
TokenType |
getTokenType() |
String |
getValue() |
String |
toString() |
public static final String ID_PARAM
public String getField()
public Operator getOperator()
public String getValue()
public TokenType getTokenType()
getTokenType
in interface InputCondition
Copyright © 2015. All rights reserved.