public class ConversionConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AT_ARRAY_INDEX
Attribute used to hold the element index number for collections and
arrays.
|
static String |
AT_DUMMY
A dummy attribute used to declare the conversion namespace at the root.
|
static String |
AT_ENUM_NAME
Attribute used to hold the name for enum instances.
|
static String |
AT_MAP_KEY
Attribute used to hold the item key value for maps.
|
static String |
AT_TYPE
Attribute used to hold the type of an element.
|
static String |
EL_CALENDAR_DATE
Element name used to hold date from Calendar conversion.
|
static String |
EL_CALENDAR_FIRST_DAY
Element name used to hold first day of week from Calendar conversion.
|
static String |
EL_CALENDAR_MILLIS
Element name used to hold milliseconds from Calendar conversion.
|
static String |
EL_CALENDAR_MIN_DAYS
Element name used to hold minimum days in first week from Calendar conversion.
|
static String |
EL_CALENDAR_TIMEZONE
Element name used to hold timezone from Calendar conversion.
|
static String |
EL_COLLECTION_ITEM
Element name used to hold unnamed items from collections and arrays.
|
static String |
EL_DEFAULT_ROOT
Name of root element, where not specified by caller.
|
static String |
NS_CONVERSION
Namespace for attributes defined by the converter.
|
Constructor and Description |
---|
ConversionConstants() |
public static final String NS_CONVERSION
public static final String EL_DEFAULT_ROOT
public static final String EL_COLLECTION_ITEM
public static final String EL_CALENDAR_DATE
public static final String EL_CALENDAR_MILLIS
public static final String EL_CALENDAR_TIMEZONE
public static final String EL_CALENDAR_FIRST_DAY
public static final String EL_CALENDAR_MIN_DAYS
public static final String AT_DUMMY
public static final String AT_TYPE
NS_CONVERSION
namespace.public static final String AT_ARRAY_INDEX
NS_CONVERSION
namespace.public static final String AT_MAP_KEY
NS_CONVERSION
namespace.public static final String AT_ENUM_NAME
NS_CONVERSION
namespace.