com.topcoder.shared.problem
Class ProblemConstants

java.lang.Object
  |
  +--com.topcoder.shared.problem.ProblemConstants

public class ProblemConstants
extends java.lang.Object

Constants for use by problem package.


Field Summary
static char[] BAD_XML_CHARS
          Characters used to identify bad XML characters.
static int CPP
          Representation for the C++ langauge (duplicate of CPPLanguage.ID).
static int CSHARP
          Representation for the C# langauge (duplicate of CSharpLanguage.ID).
static int JAVA
          Representation for the JAVA langauge (duplicate of JavaLanguage.ID).
static int MAIN_COMPONENT
          Component Type ID for the main component.
static int SECONDARY_COMPONENT
          Component Type ID for all secondary components.
static int SINGLE_PROBLEM
          Problem Type ID for a non-team problem.
static int TEAM_PROBLEM
          Problem Type ID for a team problem.
 
Constructor Summary
ProblemConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_COMPONENT

public static int MAIN_COMPONENT
Component Type ID for the main component.


SECONDARY_COMPONENT

public static int SECONDARY_COMPONENT
Component Type ID for all secondary components.


JAVA

public static int JAVA
Representation for the JAVA langauge (duplicate of JavaLanguage.ID).


CPP

public static int CPP
Representation for the C++ langauge (duplicate of CPPLanguage.ID).


CSHARP

public static int CSHARP
Representation for the C# langauge (duplicate of CSharpLanguage.ID).


SINGLE_PROBLEM

public static int SINGLE_PROBLEM
Problem Type ID for a non-team problem.


TEAM_PROBLEM

public static int TEAM_PROBLEM
Problem Type ID for a team problem.


BAD_XML_CHARS

public static char[] BAD_XML_CHARS
Characters used to identify bad XML characters.

Constructor Detail

ProblemConstants

public ProblemConstants()