DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.vocab
Class TermAndDeftn

java.lang.Object
  extended by org.dlese.dpc.schemedit.vocab.TermAndDeftn

public class TermAndDeftn
extends Object

Encapsulates the semantics of the TermAndDeftn element of FieldInfo files, which defines a term/definition relationship for controlled vocabulary items in a Fields file.

Author:
ostwald
See Also:
FieldInfoReader

Constructor Summary
TermAndDeftn(Element e)
          Constructor for the TermAndDeftn object
 
Method Summary
 String getAttribution()
          Gets the attribution attribute of the TermAndDeftn object
 String getDefinition()
          Gets the definition attribute of the TermAndDeftn object
 String getId()
          Gets the id attribute of the TermAndDeftn object
 String getTerm()
          Gets the term attribute of the TermAndDeftn object
 String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TermAndDeftn

public TermAndDeftn(Element e)
Constructor for the TermAndDeftn object

Parameters:
e - Description of the Parameter
Method Detail

getTerm

public String getTerm()
               throws Exception
Gets the term attribute of the TermAndDeftn object

Returns:
The term value
Throws:
Exception - Description of the Exception

getAttribution

public String getAttribution()
                      throws Exception
Gets the attribution attribute of the TermAndDeftn object

Returns:
The attribution value
Throws:
Exception - Description of the Exception

getId

public String getId()
             throws Exception
Gets the id attribute of the TermAndDeftn object

Returns:
The id value
Throws:
Exception - Description of the Exception

getDefinition

public String getDefinition()
                     throws Exception
Gets the definition attribute of the TermAndDeftn object

Returns:
The definition value
Throws:
Exception - Description of the Exception

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

DLESE Tools
v1.6.0