gov.nih.nci.system.util
Class SystemConstant
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SystemConstant
public SystemConstant()