public class ValueState extends BuildableState
State that expects the current token to be the last or the next
token to be a value or conjunction specification.| Modifier | Constructor and Description |
|---|---|
protected |
ValueState(Criteria criteria)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampState |
at(Timestamp timestamp)
Add the specified
timestamp to the Criteria that is
building. |
ValueState |
value(Object value)
Add the specified
value to the Criteria that is building. |
and, build, orprotected ValueState(Criteria criteria)
criteria - public ValueState value(Object value)
value to the Criteria that is building.value - public TimestampState at(Timestamp timestamp)
timestamp to the Criteria that is
building.timestamp -