public abstract class WritableValueTypes extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
WritableValueTypes.EnumType<E extends Enum<E>> |
| Modifier and Type | Field and Description |
|---|---|
static WritableValueType<Boolean> |
BOOLEAN |
static WritableValueType<Date> |
DATE |
static WritableValueType<Date> |
DATE_TIME |
static WritableValueType<Integer> |
INTEGER |
static WritableValueType<String> |
STRING |
static WritableValueType<String> |
TRIMMED_STRING |
| Constructor and Description |
|---|
WritableValueTypes() |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
getEnumType()
Returns a value type for an enum class.
|
public static final WritableValueType<String> STRING
public static final WritableValueType<String> TRIMMED_STRING
public static final WritableValueType<Boolean> BOOLEAN
public static final WritableValueType<Integer> INTEGER
public static final WritableValueType<Date> DATE
public static final WritableValueType<Date> DATE_TIME
public static <E extends Enum<E>> WritableValueType<E> getEnumType()
E - the enum parameter typeCopyright © 2017 JBoss by Red Hat. All Rights Reserved.