|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueType | |
|---|---|
| org.gatein.mop.api | |
| Uses of ValueType in org.gatein.mop.api |
|---|
| Fields in org.gatein.mop.api declared as ValueType | |
|---|---|
static ValueType<Boolean> |
ValueType.BOOLEAN
. |
static ValueType<Date> |
ValueType.DATE
. |
static ValueType<Double> |
ValueType.DOUBLE
. |
static ValueType<Integer> |
ValueType.INTEGER
. |
static ValueType<String> |
ValueType.STRING
. |
| Methods in org.gatein.mop.api 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.get(T t)
Returns the corresponding value type for the specified object. |
|
ValueType<T> |
Key.getType()
Returns the key type. |
|
ValueType<?> |
Attributes.getType(String name)
|
|
| Methods in org.gatein.mop.api with parameters of type ValueType | ||
|---|---|---|
static
|
Key.create(String name,
ValueType<T> type)
|
|
| Constructors in org.gatein.mop.api with parameters of type ValueType | |
|---|---|
Key(String name,
ValueType<T> type)
Creates a new key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||