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

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

public class Token
extends java.lang.Object


Field Summary
static java.lang.String xmlEnd
           
static java.lang.String xmlID
           
static java.lang.String xmlStart
           
static java.lang.String xmlTag
           
 
Method Summary
 int getEnd()
          Get the 'end' attribute value.
 java.lang.String getID()
          Get the 'ID' attribute value.
 int getStart()
          Get the 'start' attribute value.
 java.lang.String getTokenString()
           
 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

xmlStart

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

xmlEnd

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

getTokenString

public java.lang.String getTokenString()

getID

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

Returns:
value

getStart

public int getStart()
Get the 'start' attribute value.

Returns:
value

getEnd

public int getEnd()
Get the 'end' attribute value.

Returns:
value

toString

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