Modifier and Type | Field and Description |
---|---|
static String |
BOOLEAN
A boolean field, whose value is either blank or "true".
|
static String |
DATE
A date field whose legal values conform to the pattern "YYYY-MM-DD",
zero-padded.
|
static String |
ENUM
An enumerated field, whose legal values are fully enumerated by a
provided, finite list.
|
static String |
MULTILINE
A text field that can span more than one line.
|
static String |
NUMERIC
A numeric field, whose value must contain only digits.
|
static String |
PASSWORD
A password field, whose value is sensitive and must be hidden.
|
static String |
QUERY_PARAMETER
An HTTP query parameter which is expected to be embedded in the URL
given to a user.
|
static String |
TEXT
A text field, accepting arbitrary values.
|
static String |
TIME
A time field whose legal values conform to the pattern "HH:MM:SS",
zero-padded, 24-hour.
|
static String |
TIMEZONE
A time zone field whose legal values are only valid time zone IDs,
as dictated by Java within TimeZone.getAvailableIDs().
|
static String |
USERNAME
A username field.
|
Constructor and Description |
---|
Type() |
public static String TEXT
public static String USERNAME
public static String PASSWORD
public static String NUMERIC
public static String BOOLEAN
public static String ENUM
public static String MULTILINE
public static String TIMEZONE
public static String DATE
public static String TIME
public static String QUERY_PARAMETER
Copyright © 2017. All rights reserved.