org.apache.ws.jaxme.generator.types
public class ListTypeSGImpl extends SimpleTypeSGImpl
Field Summary | |
---|---|
static JavaQName | ARRAYLIST_TYPE |
static JavaQName | LIST_TYPE |
Constructor Summary | |
---|---|
ListTypeSGImpl(SGFactory pFactory, SchemaSG pSchemaSG, XSType pType, Context pClassContext, XsQName pName) Creates a new instance of ListTypeSG in the given Context. |
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) |
Object | getInitialValue(SimpleTypeSG pController, JavaSource p0) |
protected TypeSG | getItemType() |
ListTypeSG | getListType(SimpleTypeSG pController) |
JavaQName | getRuntimeType(SimpleTypeSG pController) |
boolean | hasSetMethod(SimpleTypeSG pController) |
void | init(SimpleTypeSG pController) |
boolean | isCausingParseConversionEvent(SimpleTypeSG pController) |
boolean | isList(SimpleTypeSG pController) |
Creates a new instance of ListTypeSG in the given Context.