net.jangaroo.exml.model
Class ConfigClassToNewExmlElementAdapter

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

public class ConfigClassToNewExmlElementAdapter
extends AbstractConfigClassToExmlElementAdapter

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


Field Summary
 
Fields inherited from class net.jangaroo.exml.model.AbstractConfigClassToExmlElementAdapter
configClass
 
Constructor Summary
ConfigClassToNewExmlElementAdapter(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

ConfigClassToNewExmlElementAdapter

public ConfigClassToNewExmlElementAdapter(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.