|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.MergedClass
This class is a data object for Velocity used during generation of beans that represent XML elements.
Constructor Summary | |
MergedClass()
|
Method Summary | |
void |
addElement(Element element)
Adds an element to this class model. |
Collection |
getElements()
Returns the elements that were used to build this class. |
String |
getJavaName()
Gets the Java name of the first element |
List |
getMergedMethods()
Returns the method models. |
Collection |
getReferers()
Returns the class model referers. |
String |
getRegexp()
Gets the regular expression pattern used for validation |
String |
getXmlName()
This will return the XML name of the first element. |
boolean |
isPcData()
Returns whether or not this class model has a PC Data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MergedClass()
Method Detail |
public void addElement(Element element)
element
- The element to addpublic Collection getElements()
Element
.public String getJavaName()
public List getMergedMethods()
MergedMethod
.public Collection getReferers()
Referer
.public String getRegexp()
public String getXmlName()
public boolean isPcData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |