Package org.dlese.dpc.schemedit.vocab
Class TermAndDeftn
java.lang.Object
org.dlese.dpc.schemedit.vocab.TermAndDeftn
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the attribution attribute of the TermAndDeftn objectGets the definition attribute of the TermAndDeftn objectgetId()Gets the id attribute of the TermAndDeftn objectgetTerm()Gets the term attribute of the TermAndDeftn objecttoString()Description of the Method
-
Constructor Details
-
TermAndDeftn
public TermAndDeftn(org.dom4j.Element e) Constructor for the TermAndDeftn object- Parameters:
e- Description of the Parameter
-
-
Method Details
-
getTerm
Gets the term attribute of the TermAndDeftn object- Returns:
- The term value
- Throws:
Exception- Description of the Exception
-
getAttribution
Gets the attribution attribute of the TermAndDeftn object- Returns:
- The attribution value
- Throws:
Exception- Description of the Exception
-
getId
Gets the id attribute of the TermAndDeftn object- Returns:
- The id value
- Throws:
Exception- Description of the Exception
-
getDefinition
Gets the definition attribute of the TermAndDeftn object- Returns:
- The definition value
- Throws:
Exception- Description of the Exception
-
toString
Description of the Method
-