public interface PropertySGChain
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(PropertySG pController,
JavaMethod pMethod,
DirectAccessible pElement,
TypedValue pValue,
JavaQName pType) |
void |
forAllNonNullValues(PropertySG pController,
JavaMethod pMethod,
DirectAccessible pElement,
SGlet pSGlet) |
void |
forAllValues(PropertySG pController,
JavaMethod pMethod,
DirectAccessible pElement,
SGlet pSGlet) |
void |
generate(PropertySG pController,
JavaSource pSource) |
java.lang.String |
getCollectionType(PropertySG pController) |
java.lang.String |
getPropertyName(PropertySG pController) |
java.lang.Object |
getValue(PropertySG pController,
DirectAccessible pElement) |
JavaField |
getXMLField(PropertySG pController,
JavaSource pSource) |
java.lang.String |
getXMLFieldName(PropertySG pController) |
JavaMethod |
getXMLGetMethod(PropertySG pController,
JavaSource pSource) |
java.lang.String |
getXMLGetMethodName(PropertySG pController) |
JavaMethod |
getXMLIsSetMethod(PropertySG pController,
JavaSource pSource) |
java.lang.String |
getXMLIsSetMethodName(PropertySG pController) |
JavaMethod |
getXMLSetMethod(PropertySG pController,
JavaSource pSource) |
java.lang.String |
getXMLSetMethodName(PropertySG pController) |
boolean |
hasIsSetMethod(PropertySG pController) |
void |
init(PropertySG pController) |
void |
setValue(PropertySG pController,
JavaMethod pMethod,
DirectAccessible pElement,
java.lang.Object pValue,
JavaQName pType) |
void init(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionboolean hasIsSetMethod(PropertySG pController)
java.lang.String getCollectionType(PropertySG pController)
java.lang.String getXMLFieldName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.lang.String getPropertyName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.lang.String getXMLGetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.lang.String getXMLSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.lang.String getXMLIsSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionJavaField getXMLField(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionJavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionJavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionJavaMethod getXMLIsSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionjava.lang.Object getValue(PropertySG pController, DirectAccessible pElement) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid setValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, java.lang.Object pValue, JavaQName pType) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid addValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, TypedValue pValue, JavaQName pType) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid forAllValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid forAllNonNullValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid generate(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException