Class WritableValueTypes
java.lang.Object
org.gatein.common.xml.stax.writer.WritableValueTypes
- Version:
- $Revision$
- Author:
- Nick Scavelli
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classWritableValueTypes.EnumType<E extends Enum<E>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WritableValueType<Boolean> static final WritableValueType<Date> static final WritableValueType<Date> static final WritableValueType<Integer> static final WritableValueType<String> static final WritableValueType<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends Enum<E>>
WritableValueType<E> Returns a value type for an enum class.
-
Field Details
-
STRING
-
TRIMMED_STRING
-
BOOLEAN
-
INTEGER
-
DATE
-
DATE_TIME
-
-
Constructor Details
-
WritableValueTypes
public WritableValueTypes()
-
-
Method Details
-
getEnumType
Returns a value type for an enum class.- Type Parameters:
E- the enum parameter type- Returns:
- the corresponding value type
-