KickJava   Java API By Example, From Geeks To Geeks.

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

javax.enterprise.deploy.model
Interface DDBean

All Known Subinterfaces:
DDBeanRoot
See Also:
Top Examples, Source Code

public void addXpathListener(String xpath,
                             XpathListener xpl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public DDBean[] getChildBean(String xpath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public String[] getText(String xpath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public void removeXpathListener(String xpath,
                                XpathListener xpl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags