|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metadata schema description - the "type" of Metadata. Allow for progamatic introspection of the Metadata - provides the list of Elements.
Method Summary | |
java.lang.Object |
getElement(java.lang.String xpath)
The xPath is used to identify elements in the Metadata data hierarchy. |
java.util.List |
getElements()
Get a List of all the elements this EntityType contains.
|
Method Detail |
public java.lang.Object getElement(java.lang.String xpath)
xpath
- an XPath statement that indicates 0 or more Elements.
public java.util.List getElements()
EntityType
contains.
Only the elements contained by the current EntityType
are returned,
in other words this method is not recursive, elements in sub-enties are not returned.
EntityType
contains.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |