Static Protected Attributes

org.exolab.castor.builder.TypeConversion.TypeNames Class Reference

List of all members.

Static Protected Attributes

static final String BOOLEAN_PRIMITIVE = "boolean"
static final String BOOLEAN_OBJECT = "java.lang.Boolean"
static final String BYTE_PRIMITIVE = "byte"
static final String BYTE_OBJECT = "java.lang.Byte"
static final String DATE = "java.util.Date"
static final String CASTOR_DATE = "org.exolab.castor.types.Date"
static final String CASTOR_TIME = "org.exolab.castor.types.Time"
static final String CASTOR_DURATION = "org.exolab.castor.types.Guration"
static final String CASTOR_GMONTH = "org.exolab.castor.types.GMonth"
static final String CASTOR_GMONTHDAY = "org.exolab.castor.types.GMonthDay"
static final String CASTOR_GYEAR = "org.exolab.castor.types.GYear"
static final String CASTOR_GYEARMONTH = "org.exolab.castor.types.GYearMonth"
static final String CASTOR_GDAY = "org.exolab.castor.types.GDay"
static final String DECIMAL = "java.math.BigDecimal"
static final String DOUBLE_PRIMITIVE = "double"
static final String DOUBLE_OBJECT = "java.lang.Double"
static final String FLOAT_PRIMITIVE = "float"
static final String FLOAT_OBJECT = "java.lang.Float"
static final String INT = "int"
static final String INTEGER = "java.lang.Integer"
static final String SHORT_PRIMITIVE = "short"
static final String SHORT_OBJECT = "java.lang.Short"
static final String STRING = "java.lang.String"

Member Data Documentation

final String org.exolab.castor.builder.TypeConversion.TypeNames.BOOLEAN_OBJECT = "java.lang.Boolean" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.BOOLEAN_PRIMITIVE = "boolean" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.BYTE_OBJECT = "java.lang.Byte" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.BYTE_PRIMITIVE = "byte" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_DATE = "org.exolab.castor.types.Date" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_DURATION = "org.exolab.castor.types.Guration" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_GDAY = "org.exolab.castor.types.GDay" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_GMONTH = "org.exolab.castor.types.GMonth" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_GMONTHDAY = "org.exolab.castor.types.GMonthDay" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_GYEAR = "org.exolab.castor.types.GYear" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_GYEARMONTH = "org.exolab.castor.types.GYearMonth" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.CASTOR_TIME = "org.exolab.castor.types.Time" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.DATE = "java.util.Date" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.DECIMAL = "java.math.BigDecimal" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.DOUBLE_OBJECT = "java.lang.Double" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.DOUBLE_PRIMITIVE = "double" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.FLOAT_OBJECT = "java.lang.Float" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.FLOAT_PRIMITIVE = "float" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.INT = "int" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.INTEGER = "java.lang.Integer" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.SHORT_OBJECT = "java.lang.Short" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.SHORT_PRIMITIVE = "short" [static, protected]
final String org.exolab.castor.builder.TypeConversion.TypeNames.STRING = "java.lang.String" [static, protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties