Methods Summary |
---|
public java.lang.String | getDDBeanRootVersion()Returns the version number of an XML instance document.
This method is replacing the methods DDBeanRoot.getModuleDTDVersion
and DeployableObject.getModuleDTDVersion. This method returns
the version number of any J2EE XML instance document.
|
public DeployableObject | getDeployableObject()Return the containing DeployableObject
|
public java.lang.String | getFilename()Returns the filename relative to the root of the module
of the XML instance document this DDBeanRoot represents.
|
public java.lang.String | getModuleDTDVersion()A convenience method to return the DTD version number.
The DeployableObject has this information.
|
public javax.enterprise.deploy.shared.ModuleType | getType()Return the ModuleType of deployment descriptor.
|
public java.lang.String | getXpath()Return the XPath for this standard bean.
The root XPath is "/".
|