VTT Java
2010 Version

gov.nih.nlm.nls.vtt.Model
Class GlobalVars

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.Model.GlobalVars

public class GlobalVars
extends java.lang.Object

This class defines global variables used in Visual Tagging Tool.

History:

Version:
V-2010
Author:
NLM NLS Development Team, clu

Field Summary
static char FS_char
          field separator character
static java.lang.String FS_STR
          field separator string
static java.lang.String LS_STR
          line separator string for PC and Linux, no carriage return is used
static java.lang.String SPACE_STR
          space string
static int VERBOSE_ALL
          VTT verbose type: to a GUi display and standard io
static int VERBOSE_GUI
          VTT verbose type: to a GUi display
static int VERBOSE_STD_IO
          VTT verbose type: to the standard io
static java.lang.String VERSION_STR
          VTT version string
static java.lang.String VTT_FILE_VERSION
          VTT file format version string
static java.lang.String VTT_JAR_FILE
          VTT jar string
static java.lang.String YEAR_STR
          VTT year string
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LS_STR

public static final java.lang.String LS_STR
line separator string for PC and Linux, no carriage return is used

See Also:
Constant Field Values

FS_STR

public static final java.lang.String FS_STR
field separator string

See Also:
Constant Field Values

FS_char

public static final char FS_char
field separator character

See Also:
Constant Field Values

SPACE_STR

public static final java.lang.String SPACE_STR
space string

See Also:
Constant Field Values

YEAR_STR

public static final java.lang.String YEAR_STR
VTT year string

See Also:
Constant Field Values

VERSION_STR

public static final java.lang.String VERSION_STR
VTT version string

See Also:
Constant Field Values

VTT_JAR_FILE

public static final java.lang.String VTT_JAR_FILE
VTT jar string

See Also:
Constant Field Values

VTT_FILE_VERSION

public static final java.lang.String VTT_FILE_VERSION
VTT file format version string

See Also:
Constant Field Values

VERBOSE_ALL

public static final int VERBOSE_ALL
VTT verbose type: to a GUi display and standard io

See Also:
Constant Field Values

VERBOSE_STD_IO

public static final int VERBOSE_STD_IO
VTT verbose type: to the standard io

See Also:
Constant Field Values

VERBOSE_GUI

public static final int VERBOSE_GUI
VTT verbose type: to a GUi display

See Also:
Constant Field Values

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine