net.jangaroo.exml.model
Class ExmlElement
java.lang.Object
net.jangaroo.exml.model.ExmlElement
public class ExmlElement
- extends Object
An EXML element, declaring config attributes and a super element.
The implementation delegates to a config class.
ExmlElement
public ExmlElement(ConfigClass configClass)
getNamespace
public String getNamespace()
setNs
public void setNs(String shortNamespace)
getNs
public String getNs()
getFullTypeName
public String getFullTypeName()
getDescription
public String getDescription()
getDirectCfgs
public List<ConfigAttribute> getDirectCfgs()
- Returns only the config attributes that are not already defined in the super element.
- Returns:
- the list of config attributes
getSuperElement
public ExmlElement getSuperElement()
- Return the EXML element this element inherits config attributes from, or null
if this is a top-level EXML element.
- Returns:
- the super EXML element
toString
public String toString()
- Overrides:
toString in class Object
getPackage
public String getPackage()
getTypeName
public String getTypeName()
getName
public String getName()
Copyright © 2002–2014 CoreMedia AG. All rights reserved.