org.apache.ws.jaxme.generator.types

Class DoubleSG

public class DoubleSG extends PrimitiveTypeSG

Author: Jochen Wiedmann

Field Summary
static JavaQNameDOUBLE_OBJECT_TYPE
static JavaQNameDOUBLE_TYPE
Constructor Summary
DoubleSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of DoubleSG.

Method Summary
TypedValuegetCastFromString(SimpleTypeSG pController, String pValue)
protected StringgetDatatypeName()
protected JavaQNamegetDatatypeType()
protected JavaQNamegetObjectRuntimeType(SimpleTypeSG pController)
JavaQNamegetPrimitiveRuntimeType(SimpleTypeSG pController)

Field Detail

DOUBLE_OBJECT_TYPE

public static final JavaQName DOUBLE_OBJECT_TYPE

DOUBLE_TYPE

public static final JavaQName DOUBLE_TYPE

Constructor Detail

DoubleSG

public DoubleSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of DoubleSG.

Method Detail

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, String pValue)

getDatatypeName

protected String getDatatypeName()

getDatatypeType

protected JavaQName getDatatypeType()

getObjectRuntimeType

protected JavaQName getObjectRuntimeType(SimpleTypeSG pController)

getPrimitiveRuntimeType

public JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)