org.apache.ws.jaxme.generator.types
public abstract class AtomicTypeSGImpl extends SimpleTypeSGImpl
Constructor Summary | |
---|---|
protected | AtomicTypeSGImpl(SGFactory pFactory, SchemaSG pSchema, XSType pType) Creates a new instance of AtomicTypeSGImpl. |
Method Summary | |
---|---|
AtomicTypeSG | getAtomicType(SimpleTypeSG pController) |
TypedValue | getCastFromString(SimpleTypeSG pController, String pValue) |
TypedValue | getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, Object pData) |
TypedValue | getCastToString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, DirectAccessible pData) |
TypedValue | getCastToString(SimpleTypeSG pController, Object pValue, DirectAccessible pData) |
protected abstract String | getDatatypeName() |
protected abstract JavaQName | getDatatypeType() |
Object | getEqualsCheck(SimpleTypeSG pController, JavaMethod pMethod, Object pValue1, Object pValue2) |
boolean | isAtomic(SimpleTypeSG pController) |
boolean | isCausingParseConversionEvent(SimpleTypeSG pController) |
Creates a new instance of AtomicTypeSGImpl.