public class Value extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNewerThan(Value other)
Tests if this value is newer than the specified SetElement.
|
boolean |
isOlderThan(Value other)
Tests if this value is older than the specified SetElement.
|
Timestamp |
timestamp()
Returns the element timestamp.
|
String |
value()
Returns the element value.
|
public String value()
public Timestamp timestamp()
public boolean isOlderThan(Value other)
other - the value to be comparedpublic boolean isNewerThan(Value other)
other - the value to be comparedCopyright © 2013–2018. All rights reserved.