org.apache.ws.jaxme.generator.types
public class StringSG extends AtomicTypeSGImpl
| Field Summary | |
|---|---|
| static JavaQName | STRING_TYPE The string type. |
| Constructor Summary | |
|---|---|
| StringSG(SGFactory pFactory, SchemaSG pSchema, XSType pType) Creates a new instance of StringTypeSG.java. | |
| Method Summary | |
|---|---|
| void | addValidation(SimpleTypeSG pController, JavaMethod pMethod, DirectAccessible pValue) |
| 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, Object pValue, DirectAccessible pData) |
| protected String | getDatatypeName() |
| protected JavaQName | getDatatypeType() |
| JavaQName | getRuntimeType(SimpleTypeSG pController) |
| boolean | isCausingParseConversionEvent(SimpleTypeSG pController) |
Creates a new instance of StringTypeSG.java.