org.exolab.castor.builder
public class TypeConversion extends Object
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:48 $
| Nested Class Summary | |
|---|---|
| class | TypeConversion.TypeNames |
| Method Summary | |
|---|---|
| static XSType | convertType(SimpleType simpleType)
Converts the given Simpletype to the appropriate XSType. |
| static XSType | convertType(SimpleType simpleType, String packageName) |
| static XSType | convertType(SimpleType simpleType, boolean useWrapper, String packageName) |
| static XSType | convertType(String javaType)
Returns the XSType that corresponds to the given javaType |
Returns: the XSType which represets the given Simpletype
Parameters: javaType
Returns: