gov.nih.nci.system.util
Class SystemConstant

java.lang.Object
  extended by gov.nih.nci.system.util.SystemConstant

public class SystemConstant
extends java.lang.Object

Constant assigns values to static fields

Version:
1.0
Author:
caCORE SDK Team

Field Summary
static char AMPERSAND
           
static java.lang.String AMPERSAND_STR
           
static char AT
           
static java.lang.String BACK_SLASH
           
static char COMMA
           
static java.lang.String COMMA_STR
           
static char DOT
           
static char EQUAL
           
static char FORWARD_SLASH
           
static java.lang.String FORWARD_SLASH_STR
           
static char LEFT_BRACKET
           
static char QUESTION_MARK
           
static char RIGHT_BRACKET
           
static char SEMICOLON
           
static char SPACE
           
static java.lang.String XLINK_URL
           
 
Constructor Summary
SystemConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMPERSAND

public static final char AMPERSAND
See Also:
Constant Field Values

AT

public static final char AT
See Also:
Constant Field Values

COMMA

public static final char COMMA
See Also:
Constant Field Values

DOT

public static final char DOT
See Also:
Constant Field Values

EQUAL

public static final char EQUAL
See Also:
Constant Field Values

FORWARD_SLASH

public static final char FORWARD_SLASH
See Also:
Constant Field Values

QUESTION_MARK

public static final char QUESTION_MARK
See Also:
Constant Field Values

LEFT_BRACKET

public static final char LEFT_BRACKET
See Also:
Constant Field Values

RIGHT_BRACKET

public static final char RIGHT_BRACKET
See Also:
Constant Field Values

SPACE

public static final char SPACE
See Also:
Constant Field Values

SEMICOLON

public static final char SEMICOLON
See Also:
Constant Field Values

AMPERSAND_STR

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

BACK_SLASH

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

COMMA_STR

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

FORWARD_SLASH_STR

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

XLINK_URL

public static final java.lang.String XLINK_URL
See Also:
Constant Field Values
Constructor Detail

SystemConstant

public SystemConstant()