org.apache.ws.jaxme.generator.types
public abstract class PrimitiveTypeSG extends AtomicTypeSGImpl
Constructor Summary | |
---|---|
protected | PrimitiveTypeSG(SGFactory pFactory, SchemaSG pSchema, XSType pType) Creates a new instance of PrimitiveTypeSG.java. |
Method Summary | |
---|---|
void | forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet) |
void | forAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet) |
TypedValue | getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, Object pData) |
TypedValue | getCastToString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, DirectAccessible pData) |
Object | getEqualsCheck(SimpleTypeSG pController, JavaMethod pMethod, Object pValue1, Object pValue2) |
protected abstract JavaQName | getObjectRuntimeType(SimpleTypeSG pController) |
protected abstract JavaQName | getPrimitiveRuntimeType(SimpleTypeSG pController) |
JavaQName | getRuntimeType(SimpleTypeSG pController) |
protected boolean | isUnsigned() |
Creates a new instance of PrimitiveTypeSG.java.