|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExmlElement
An EXML element, declaring config attributes and a super element.
| Method Summary | |
|---|---|
String |
getDescription()
|
List<ConfigAttribute> |
getDirectCfgs()
Returns only the config attributes that are not already defined in the super element. |
String |
getFullTypeName()
|
String |
getName()
|
String |
getNamespace()
|
String |
getNs()
|
String |
getPackage()
|
ExmlElement |
getSuperElement()
Return the EXML element this element inherits config attributes from, or null if this is a top-level EXML element. |
String |
getTypeName()
|
void |
setNs(String shortNamespace)
|
| Method Detail |
|---|
String getPackage()
String getNamespace()
void setNs(String shortNamespace)
String getNs()
String getName()
String getTypeName()
String getFullTypeName()
String getDescription()
List<ConfigAttribute> getDirectCfgs()
ExmlElement getSuperElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||