net.jangaroo.exml.model
Interface ExmlElement

All Known Implementing Classes:
AbstractConfigClassToExmlElementAdapter, ConfigClassToNewExmlElementAdapter, ConfigClassToOldExmlElementAdapter

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

getPackage

String getPackage()

getNamespace

String getNamespace()

setNs

void setNs(String shortNamespace)

getNs

String getNs()

getName

String getName()

getTypeName

String getTypeName()

getFullTypeName

String getFullTypeName()

getDescription

String getDescription()

getDirectCfgs

List<ConfigAttribute> getDirectCfgs()
Returns only the config attributes that are not already defined in the super element.

Returns:
the list of config attributes

getSuperElement

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


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.