public class TypeFieldValue
Field Summary | ||
---|---|---|
static final int | STRING | |
String.
|
||
static final int | NUMBER | |
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
|
||
static final int | DATE_TIME | |
Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
|
||
static final int | DURATION | |
Duration value. Displays elapsed time.
|
||
static final int | CURRENCY | |
Currency value. Uses the system's current regional settings.
|
||
static final int | UNDEFINED | |
Undefined.
|
public static final int STRING
public static final int NUMBER
public static final int DATE_TIME
public static final int DURATION
public static final int CURRENCY
public static final int UNDEFINED