yawiki.server.symbols
Interface Symbol

All Known Implementing Classes:
Bullet, Comment, Link

public interface Symbol


Field Summary
static int BOOK
           
static int BULLET
           
static int CITATION
           
static int COMMENT
           
static int IMAGE
           
static int LINK
           
static int NEWS
           
static int OTHER
           
static int SECTION
           
static int TABLE
           
static int TEXT
           
static int TV
           
static int UNSOURCED
           
static int VIDEO
           
static int WEB
           
 

Field Detail

COMMENT

static final int COMMENT
See Also:
Constant Field Values

LINK

static final int LINK
See Also:
Constant Field Values

TABLE

static final int TABLE
See Also:
Constant Field Values

BULLET

static final int BULLET
See Also:
Constant Field Values

TEXT

static final int TEXT
See Also:
Constant Field Values

SECTION

static final int SECTION
See Also:
Constant Field Values

IMAGE

static final int IMAGE
See Also:
Constant Field Values

CITATION

static final int CITATION
See Also:
Constant Field Values

NEWS

static final int NEWS
See Also:
Constant Field Values

WEB

static final int WEB
See Also:
Constant Field Values

BOOK

static final int BOOK
See Also:
Constant Field Values

TV

static final int TV
See Also:
Constant Field Values

VIDEO

static final int VIDEO
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

UNSOURCED

static final int UNSOURCED
See Also:
Constant Field Values