| Package | Description |
|---|---|
| org.xins.common.types.standard |
Standard XINS types.
|
| Modifier and Type | Method and Description |
|---|---|
static Timestamp.Value |
Timestamp.fromStringForOptional(String string)
Constructs a
Timestamp.Value from the specified string. |
static Timestamp.Value |
Timestamp.fromStringForRequired(String string)
Constructs a
Timestamp.Value from the specified
non-null string. |
static Timestamp.Value |
Timestamp.now()
Constructs a
Timestamp.Value with the value of the current
time. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Timestamp.toString(Timestamp.Value value)
Converts the specified
Timestamp.Value to a string. |
See http://www.xins.org/.