de.tuebingen.uni.sfs.dspin.tcf.data
Class LexiconLemma

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.LexiconLemma

public class LexiconLemma
extends java.lang.Object


Field Summary
static java.lang.String xmlID
           
static java.lang.String xmlTag
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getLemmaString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlTag

public static final java.lang.String xmlTag
See Also:
Constant Field Values

xmlID

public static final java.lang.String xmlID
See Also:
Constant Field Values
Method Detail

getLemmaString

public java.lang.String getLemmaString()

getID

public java.lang.String getID()
Get the 'ID' attribute value.

Returns:
value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object