org.exolab.castor.mapping.loader
static class Types.TypeInfo extends Object
| Field Summary | |
|---|---|
| Object | defValue
The default value for the type, if known. |
| boolean | immutable
True if the type is immutable. |
| Class | javaType
The Java type (e.g. |
| Class | primitive
The primitive Java type, if exists (e.g. |
| String | shortName
The short type name (e.g. |
| Constructor Summary | |
|---|---|
| TypeInfo(String shortName, Class primitive, Class javaType, boolean immutable, Object defValue) | |