|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.editor.metadata.MetadataProfileElement
A Metadata Profile Element
Field Summary | |
protected MetadataProfileElement[] |
children
This Element's children |
protected DomPath |
domPath
The Path of the Element |
protected boolean |
isGroup
Whether this is a Grouping |
protected java.lang.String |
name
The name to display for this Element |
protected MetadataProfileElement |
parent
The Parent, or null if no parent |
Constructor Summary | |
MetadataProfileElement(org.jdom.Element element)
Constructor |
Method Summary | |
MetadataProfileElement[] |
getChildren()
Return the Children of this Profile Element |
DomPath |
getDomPath()
Get the path for this Profile Element |
java.lang.String |
getName()
Get the name to display for this Element |
MetadataProfileElement |
getParent()
Get the parent |
boolean |
isGroup()
Find out if this Element is merely a container for others |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DomPath domPath
protected java.lang.String name
protected MetadataProfileElement parent
protected MetadataProfileElement[] children
protected boolean isGroup
Constructor Detail |
public MetadataProfileElement(org.jdom.Element element)
element
- the JDOM elementMethod Detail |
public DomPath getDomPath()
public java.lang.String getName()
public boolean isGroup()
public MetadataProfileElement[] getChildren()
public MetadataProfileElement getParent()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |