|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.topcoder.shared.problem.ProblemConstants
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 |
public static int MAIN_COMPONENT
public static int SECONDARY_COMPONENT
public static int JAVA
public static int CPP
public static int CSHARP
public static int SINGLE_PROBLEM
public static int TEAM_PROBLEM
public static char[] BAD_XML_CHARS
| Constructor Detail |
public ProblemConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||