net.sf.jaxme.generator.sg
Interface PropertySGChain
- All Known Implementing Classes:
- JAXBPropertySG, PropertySGChainImpl
- public interface PropertySGChain
|
Method Summary |
void |
addValue(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
java.lang.Object p2,
net.sf.jaxme.js.JavaQName p3)
|
void |
forAllNonNullValues(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
SGlet p2)
|
void |
forAllValues(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
SGlet p2)
|
void |
generate(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
|
java.lang.String |
getCollectionType(PropertySG pController)
|
java.lang.Object |
getValue(PropertySG pController,
net.sf.jaxme.js.DirectAccessible p0)
|
net.sf.jaxme.js.JavaField |
getXMLField(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
|
java.lang.String |
getXMLFieldName(PropertySG pController)
|
net.sf.jaxme.js.JavaMethod |
getXMLGetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
|
java.lang.String |
getXMLGetMethodName(PropertySG pController)
|
net.sf.jaxme.js.JavaMethod |
getXMLIsSetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
|
java.lang.String |
getXMLIsSetMethodName(PropertySG pController)
|
net.sf.jaxme.js.JavaMethod |
getXMLSetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
|
java.lang.String |
getXMLSetMethodName(PropertySG pController)
|
boolean |
hasIsSetMethod(PropertySG pController)
|
void |
init(PropertySG pController)
|
void |
setValue(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
java.lang.Object p2,
net.sf.jaxme.js.JavaQName p3)
|
getValue
public java.lang.Object getValue(PropertySG pController,
net.sf.jaxme.js.DirectAccessible p0)
throws SAXException
- Throws:
SAXException
init
public void init(PropertySG pController)
throws SAXException
- Throws:
SAXException
generate
public void generate(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
throws SAXException
- Throws:
SAXException
setValue
public void setValue(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
java.lang.Object p2,
net.sf.jaxme.js.JavaQName p3)
throws SAXException
- Throws:
SAXException
forAllValues
public void forAllValues(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
SGlet p2)
throws SAXException
- Throws:
SAXException
forAllNonNullValues
public void forAllNonNullValues(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
SGlet p2)
throws SAXException
- Throws:
SAXException
hasIsSetMethod
public boolean hasIsSetMethod(PropertySG pController)
getCollectionType
public java.lang.String getCollectionType(PropertySG pController)
getXMLFieldName
public java.lang.String getXMLFieldName(PropertySG pController)
throws SAXException
- Throws:
SAXException
getXMLGetMethodName
public java.lang.String getXMLGetMethodName(PropertySG pController)
throws SAXException
- Throws:
SAXException
getXMLSetMethodName
public java.lang.String getXMLSetMethodName(PropertySG pController)
throws SAXException
- Throws:
SAXException
getXMLIsSetMethodName
public java.lang.String getXMLIsSetMethodName(PropertySG pController)
throws SAXException
- Throws:
SAXException
getXMLField
public net.sf.jaxme.js.JavaField getXMLField(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
throws SAXException
- Throws:
SAXException
getXMLGetMethod
public net.sf.jaxme.js.JavaMethod getXMLGetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
throws SAXException
- Throws:
SAXException
getXMLSetMethod
public net.sf.jaxme.js.JavaMethod getXMLSetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
throws SAXException
- Throws:
SAXException
getXMLIsSetMethod
public net.sf.jaxme.js.JavaMethod getXMLIsSetMethod(PropertySG pController,
net.sf.jaxme.js.JavaSource p0)
throws SAXException
- Throws:
SAXException
addValue
public void addValue(PropertySG pController,
net.sf.jaxme.js.JavaMethod p0,
net.sf.jaxme.js.DirectAccessible p1,
java.lang.Object p2,
net.sf.jaxme.js.JavaQName p3)
throws SAXException
- Throws:
SAXException