org.apache.geronimo.enterprise.deploy.tool
Class DDBeanRootImpl

java.lang.Object
  extended byorg.apache.geronimo.enterprise.deploy.tool.DDBeanImpl
      extended byorg.apache.geronimo.enterprise.deploy.tool.DDBeanRootImpl
All Implemented Interfaces:
javax.enterprise.deploy.model.DDBean, javax.enterprise.deploy.model.DDBeanRoot

public class DDBeanRootImpl
extends DDBeanImpl
implements javax.enterprise.deploy.model.DDBeanRoot

The DDBeanRootImpl provides an implementation for javax.enterprise.deploy.model.DDBeanRoot.

Version:
$Revision: 1.4 $ $Date: 2004/03/10 09:58:43 $

Field Summary
 
Fields inherited from class org.apache.geronimo.enterprise.deploy.tool.DDBeanImpl
id, listeners, node, root, text, xPath
 
Method Summary
 String getDDBeanRootVersion()
           
 javax.enterprise.deploy.model.DeployableObject getDeployableObject()
           
 org.dom4j.Document getDocument()
           
 String getFilename()
           
 String getModuleDTDVersion()
           
 javax.enterprise.deploy.model.DDBeanRoot getRoot()
           
 javax.enterprise.deploy.shared.ModuleType getType()
           
 
Methods inherited from class org.apache.geronimo.enterprise.deploy.tool.DDBeanImpl
addXpathListener, equals, getAttributeNames, getAttributeValue, getChildBean, getId, getText, getText, getXpath, hashCode, removeXpathListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.model.DDBeanRoot
getXpath
 
Methods inherited from interface javax.enterprise.deploy.model.DDBean
addXpathListener, getAttributeNames, getAttributeValue, getChildBean, getId, getText, getText, removeXpathListener
 

Method Detail

getDeployableObject

public javax.enterprise.deploy.model.DeployableObject getDeployableObject()
Specified by:
getDeployableObject in interface javax.enterprise.deploy.model.DDBeanRoot

getModuleDTDVersion

public String getModuleDTDVersion()
Specified by:
getModuleDTDVersion in interface javax.enterprise.deploy.model.DDBeanRoot

getType

public javax.enterprise.deploy.shared.ModuleType getType()
Specified by:
getType in interface javax.enterprise.deploy.model.DDBeanRoot

getRoot

public javax.enterprise.deploy.model.DDBeanRoot getRoot()
Specified by:
getRoot in interface javax.enterprise.deploy.model.DDBean
Overrides:
getRoot in class DDBeanImpl
Returns:
returns null because this is the root object.

getDDBeanRootVersion

public String getDDBeanRootVersion()
Specified by:
getDDBeanRootVersion in interface javax.enterprise.deploy.model.DDBeanRoot

getFilename

public String getFilename()
Specified by:
getFilename in interface javax.enterprise.deploy.model.DDBeanRoot

getDocument

public org.dom4j.Document getDocument()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.