|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.vocab.TermAndDeftn
public class 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.
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 |
---|
public TermAndDeftn(Element e)
e
- Description of the ParameterMethod Detail |
---|
public String getTerm() throws Exception
Exception
- Description of the Exceptionpublic String getAttribution() throws Exception
Exception
- Description of the Exceptionpublic String getId() throws Exception
Exception
- Description of the Exceptionpublic String getDefinition() throws Exception
Exception
- Description of the Exceptionpublic String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |