|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by element children
Method Summary | |
Cardinality |
getCardinality()
Gets the cardinality related to the child |
Element |
getContainer()
Gets the container element of the child |
String |
getId()
Returns an id based on the class name and the xml name. |
String |
getJavaName()
Gets the Java name of the child |
String |
getJavaType()
Gets the Java type of the child |
String |
getVersion()
Gets the version |
String |
getXmlName()
Gets the XML name of the child |
boolean |
isAttribute()
Returns whether or not this sub element is an attribute |
boolean |
isMany()
Returns whether or not this sub element has a many cardinality |
Method Detail |
public String getXmlName()
public String getJavaName()
public String getJavaType()
public String getVersion()
public boolean isAttribute()
public Element getContainer()
public Cardinality getCardinality()
public boolean isMany()
public String getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |