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.SAXException
boolean hasIsSetMethod(PropertySG pController)
java.lang.String getCollectionType(PropertySG pController)
java.lang.String getXMLFieldName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.String getPropertyName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.String getXMLGetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.String getXMLSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.String getXMLIsSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
JavaField getXMLField(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException
JavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException
JavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException
JavaMethod getXMLIsSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.Object getValue(PropertySG pController, DirectAccessible pElement) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void setValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, java.lang.Object pValue, JavaQName pType) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void addValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, TypedValue pValue, JavaQName pType) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void forAllValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void forAllNonNullValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void generate(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException