com.ingenta.clownbike.text
Class Token

java.lang.Object
  extended bycom.ingenta.clownbike.text.Token

public final class Token
extends java.lang.Object


Field Summary
static int BOLD
           
static int EMAIL
           
static int HOST
           
static int ITALIC
           
 int kind
           
static int PARAGRAPH
           
static int REFERENCE
           
static int TEXT
           
static int URL
           
 java.lang.String value
           
 
Constructor Summary
Token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static final int TEXT
See Also:
Constant Field Values

PARAGRAPH

public static final int PARAGRAPH
See Also:
Constant Field Values

BOLD

public static final int BOLD
See Also:
Constant Field Values

ITALIC

public static final int ITALIC
See Also:
Constant Field Values

URL

public static final int URL
See Also:
Constant Field Values

EMAIL

public static final int EMAIL
See Also:
Constant Field Values

HOST

public static final int HOST
See Also:
Constant Field Values

REFERENCE

public static final int REFERENCE
See Also:
Constant Field Values

kind

public int kind

value

public java.lang.String value
Constructor Detail

Token

public Token()