VdexReload 1.1.3 API

uk.ac.reload.editor.metadata
Class MetadataProfileElement

java.lang.Object
  extended byuk.ac.reload.editor.metadata.MetadataProfileElement

public class MetadataProfileElement
extends java.lang.Object

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

domPath

protected DomPath domPath
The Path of the Element


name

protected java.lang.String name
The name to display for this Element


parent

protected MetadataProfileElement parent
The Parent, or null if no parent


children

protected MetadataProfileElement[] children
This Element's children


isGroup

protected boolean isGroup
Whether this is a Grouping

Constructor Detail

MetadataProfileElement

public MetadataProfileElement(org.jdom.Element element)
Constructor

Parameters:
element - the JDOM element
Method Detail

getDomPath

public DomPath getDomPath()
Get the path for this Profile Element

Returns:
the path for this profile element

getName

public java.lang.String getName()
Get the name to display for this Element

Returns:
the display name of this profile element

isGroup

public boolean isGroup()
Find out if this Element is merely a container for others

Returns:
true if this element is a container, false otherwise

getChildren

public MetadataProfileElement[] getChildren()
Return the Children of this Profile Element

Returns:
the children of this profile element

getParent

public MetadataProfileElement getParent()
Get the parent

Returns:
the parent of this profile element

VdexReload 1.1.3 API