public class PropertySGChainImpl extends java.lang.Object implements PropertySGChain
Modifier | Constructor and Description |
---|---|
protected |
PropertySGChainImpl(PropertySGChain o) |
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) |
protected PropertySGChainImpl(PropertySGChain o)
public void init(PropertySG pController) throws org.xml.sax.SAXException
init
in interface PropertySGChain
org.xml.sax.SAXException
public boolean hasIsSetMethod(PropertySG pController)
hasIsSetMethod
in interface PropertySGChain
public java.lang.String getCollectionType(PropertySG pController)
getCollectionType
in interface PropertySGChain
public java.lang.String getXMLFieldName(PropertySG pController) throws org.xml.sax.SAXException
getXMLFieldName
in interface PropertySGChain
org.xml.sax.SAXException
public java.lang.String getPropertyName(PropertySG pController) throws org.xml.sax.SAXException
getPropertyName
in interface PropertySGChain
org.xml.sax.SAXException
public java.lang.String getXMLGetMethodName(PropertySG pController) throws org.xml.sax.SAXException
getXMLGetMethodName
in interface PropertySGChain
org.xml.sax.SAXException
public java.lang.String getXMLSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
getXMLSetMethodName
in interface PropertySGChain
org.xml.sax.SAXException
public java.lang.String getXMLIsSetMethodName(PropertySG pController) throws org.xml.sax.SAXException
getXMLIsSetMethodName
in interface PropertySGChain
org.xml.sax.SAXException
public JavaField getXMLField(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLField
in interface PropertySGChain
org.xml.sax.SAXException
public JavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLGetMethod
in interface PropertySGChain
org.xml.sax.SAXException
public JavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLSetMethod
in interface PropertySGChain
org.xml.sax.SAXException
public JavaMethod getXMLIsSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLIsSetMethod
in interface PropertySGChain
org.xml.sax.SAXException
public java.lang.Object getValue(PropertySG pController, DirectAccessible pElement) throws org.xml.sax.SAXException
getValue
in interface PropertySGChain
org.xml.sax.SAXException
public void setValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, java.lang.Object pValue, JavaQName pType) throws org.xml.sax.SAXException
setValue
in interface PropertySGChain
org.xml.sax.SAXException
public void addValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, TypedValue pValue, JavaQName pType) throws org.xml.sax.SAXException
addValue
in interface PropertySGChain
org.xml.sax.SAXException
public void forAllValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllValues
in interface PropertySGChain
org.xml.sax.SAXException
public void forAllNonNullValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues
in interface PropertySGChain
org.xml.sax.SAXException
public void generate(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
generate
in interface PropertySGChain
org.xml.sax.SAXException