net.jangaroo.exml.model
Class ConfigClassToOldExmlElementAdapter

java.lang.Object
  extended by net.jangaroo.exml.model.AbstractConfigClassToExmlElementAdapter
      extended by net.jangaroo.exml.model.ConfigClassToOldExmlElementAdapter
All Implemented Interfaces:
ExmlElement

public class ConfigClassToOldExmlElementAdapter
extends AbstractConfigClassToExmlElementAdapter

An adapter from config class to EXML element of the old format.


Field Summary
 
Fields inherited from class net.jangaroo.exml.model.AbstractConfigClassToExmlElementAdapter
configClass
 
Constructor Summary
ConfigClassToOldExmlElementAdapter(ConfigClass configClass)
           
 
Method Summary
protected  ExmlElement createAdapter(ConfigClass configClass)
           
 String getName()
           
 String getPackage()
           
 String getTypeName()
           
 
Methods inherited from class net.jangaroo.exml.model.AbstractConfigClassToExmlElementAdapter
getDescription, getDirectCfgs, getFullTypeName, getNamespace, getNs, getSuperElement, setNs, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigClassToOldExmlElementAdapter

public ConfigClassToOldExmlElementAdapter(ConfigClass configClass)
Method Detail

getPackage

public String getPackage()

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface ExmlElement
Specified by:
getTypeName in class AbstractConfigClassToExmlElementAdapter

getName

public String getName()

createAdapter

protected ExmlElement createAdapter(ConfigClass configClass)
Specified by:
createAdapter in class AbstractConfigClassToExmlElementAdapter


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