org.apache.ws.jaxme.generator.types

Class DecimalSG

public class DecimalSG extends AtomicTypeSGImpl

Author: Jochen Wiedmann

Field Summary
static JavaQNameDECIMAL_TYPE
Constructor Summary
DecimalSG(SGFactory pFactory, SchemaSG pSchema, XSType pType)

Creates a new instance of DecimalSG.

Method Summary
voidforAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)
voidforAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)
TypedValuegetCastFromString(SimpleTypeSG pController, String pValue)
protected StringgetDatatypeName()
protected JavaQNamegetDatatypeType()
JavaQNamegetRuntimeType(SimpleTypeSG pController)

Field Detail

DECIMAL_TYPE

public static final JavaQName DECIMAL_TYPE

Constructor Detail

DecimalSG

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

Creates a new instance of DecimalSG.

Method Detail

forAllNonNullValues

public void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)

forAllValues

public void forAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet)

getCastFromString

public TypedValue getCastFromString(SimpleTypeSG pController, String pValue)

getDatatypeName

protected String getDatatypeName()

getDatatypeType

protected JavaQName getDatatypeType()

getRuntimeType

public JavaQName getRuntimeType(SimpleTypeSG pController)