public class ExmlElement extends Object
| Constructor and Description |
|---|
ExmlElement(ConfigClass configClass) |
| Modifier and Type | Method and Description |
|---|---|
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) |
String |
toString() |
public ExmlElement(ConfigClass configClass)
public String getNamespace()
public void setNs(String shortNamespace)
public String getNs()
public String getFullTypeName()
public String getDescription()
public List<ConfigAttribute> getDirectCfgs()
public ExmlElement getSuperElement()
public String getPackage()
public String getTypeName()
public String getName()
Copyright © 2002–2018 CoreMedia AG. All rights reserved.