public class EnumerationSG extends SimpleTypeSGChainImpl
| Modifier | Constructor and Description |
|---|---|
protected |
EnumerationSG(SimpleTypeSGChain o,
JavaQName pName,
XSType pType)
Creates a new instance of EnumerationSG.java.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forAllNonNullValues(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
SGlet pSGlet) |
void |
generate(SimpleTypeSG pController) |
void |
generate(SimpleTypeSG pController,
JavaSource pSource) |
TypedValue |
getCastFromString(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
java.lang.Object pData) |
TypedValue |
getCastFromString(SimpleTypeSG pController,
java.lang.String pValue) |
TypedValue |
getCastToString(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
DirectAccessible pData) |
JavaSource |
getEnumClass(SimpleTypeSG pController) |
JavaQName |
getRuntimeType(SimpleTypeSG pController) |
boolean |
isCausingParseConversionEvent(SimpleTypeSG pController) |
addValidation, forAllValues, getAtomicType, getCollectionType, getEqualsCheck, getFacet, getFacets, getFactory, getInitialValue, getListType, getLocator, getSchema, getUnionType, getXMLSetMethod, hasSetMethod, init, isAtomic, isList, isNullable, isUnion, setNullableprotected EnumerationSG(SimpleTypeSGChain o, JavaQName pName, XSType pType) throws org.xml.sax.SAXException
Creates a new instance of EnumerationSG.java.
org.xml.sax.SAXExceptionpublic TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, java.lang.Object pData)
getCastFromString in interface SimpleTypeSGChaingetCastFromString in class SimpleTypeSGChainImplpublic TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
getCastFromString in interface SimpleTypeSGChaingetCastFromString in class SimpleTypeSGChainImplorg.xml.sax.SAXExceptionpublic TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, DirectAccessible pData)
getCastToString in interface SimpleTypeSGChaingetCastToString in class SimpleTypeSGChainImplpublic JavaQName getRuntimeType(SimpleTypeSG pController)
getRuntimeType in interface SimpleTypeSGChaingetRuntimeType in class SimpleTypeSGChainImplpublic JavaSource getEnumClass(SimpleTypeSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues in interface SimpleTypeSGChainforAllNonNullValues in class SimpleTypeSGChainImplorg.xml.sax.SAXExceptionpublic void generate(SimpleTypeSG pController) throws org.xml.sax.SAXException
generate in interface SimpleTypeSGChaingenerate in class SimpleTypeSGChainImplorg.xml.sax.SAXExceptionpublic void generate(SimpleTypeSG pController, JavaSource pSource) throws org.xml.sax.SAXException
generate in interface SimpleTypeSGChaingenerate in class SimpleTypeSGChainImplorg.xml.sax.SAXExceptionpublic boolean isCausingParseConversionEvent(SimpleTypeSG pController)
isCausingParseConversionEvent in interface SimpleTypeSGChainisCausingParseConversionEvent in class SimpleTypeSGChainImpl