public final class Value extends Parameter
Modifier and Type | Class and Description |
---|---|
static class |
Value.Factory |
Parameter.Id
Modifier and Type | Field and Description |
---|---|
static Value |
BINARY
Binary value parameter.
|
static Value |
BOOLEAN
Boolean value parameter.
|
static Value |
DATE
Date value parameter.
|
static Value |
DATE_AND_OR_TIME
date-and-or-time value parameter.
|
static Value |
DATE_TIME
date-time value parameter.
|
static Value |
DURATION
Resource
duration value parameter.
|
static Value |
FLOAT
Float value parameter.
|
static Value |
INTEGER
Integer value parameter.
|
static Value |
LANGUAGE_TAG
language-tag value parameter.
|
static Value |
TEXT
Text value parameter.
|
static Value |
TIME
Time value parameter.
|
static Value |
TIMESTAMP
Timestamp value parameter.
|
static Value |
URI
URI value parameter.
|
static Value |
UTC_OFFSET
utc-offset value parameter.
|
Constructor and Description |
---|
Value(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
public static final Value TEXT
public static final Value URI
public static final Value DATE
public static final Value TIME
public static final Value DATE_TIME
public static final Value DATE_AND_OR_TIME
public static final Value TIMESTAMP
public static final Value BOOLEAN
public static final Value INTEGER
public static final Value FLOAT
public static final Value BINARY
public static final Value LANGUAGE_TAG
public static final Value UTC_OFFSET
public static final Value DURATION