KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > model > DDBeanRoot

javax.enterprise.deploy.model
Interface DDBeanRoot

All Superinterfaces:
DDBean
See Also:
Top Examples, Source Code

public String getDDBeanRootVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DeployableObject getDeployableObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getFilename()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getModuleDTDVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModuleType getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getXpath()
See Also:
DDBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags