|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueType | |
|---|---|
| org.chromattic.common | |
| Uses of ValueType in org.chromattic.common |
|---|
| Fields in org.chromattic.common declared as ValueType | |
|---|---|
static ValueType<java.lang.Boolean> |
ValueType.BOOLEAN
. |
static ValueType<java.util.Date> |
ValueType.DATE
. |
static ValueType<java.lang.Double> |
ValueType.DOUBLE
. |
static ValueType<java.lang.Integer> |
ValueType.INTEGER
. |
static ValueType<java.lang.String> |
ValueType.STRING
. |
| Methods in org.chromattic.common that return ValueType | ||
|---|---|---|
static
|
ValueType.decode(T t)
Returns the corresponding value type for the specified object or null if no valid one can be found. |
|
static
|
ValueType.forClass(java.lang.Class<T> t)
Returns the corresponding value type for the specified java class. |
|
static
|
ValueType.get(T t)
Returns the corresponding value type for the specified object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||