org.apache.ws.jaxme.generator.types
public class UnionTypeSGImpl extends SimpleTypeSGImpl
Field Summary | |
---|---|
static JavaQName | OBJECT_TYPE |
Constructor Summary | |
---|---|
UnionTypeSGImpl(SGFactory pFactory, SchemaSG pSchema, XSType pType, Context pClassContext, XsQName pName) Creates a new instance of UnionTypeSG. |
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, String pValue) |
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 TypeSG[] | getMemberTypes() |
JavaQName | getRuntimeType(SimpleTypeSG pController) |
UnionTypeSG | getUnionType(SimpleTypeSG pController) |
boolean | isCausingParseConversionEvent(SimpleTypeSG pController) |
boolean | isUnion(SimpleTypeSG pController) |
Creates a new instance of UnionTypeSG.