org.openoces.ooapi
Class Environment
java.lang.Object
org.openoces.ooapi.Environment
- public class Environment
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TDC_ENV_PROD
public static int TDC_ENV_PROD
TDC_ENV_SYSTEMTEST
public static int TDC_ENV_SYSTEMTEST
TDC_ENV_TEST
public static int TDC_ENV_TEST
currentEnv
public int currentEnv
getInstance
public static Environment getInstance()
setEnvironment
public void setEnvironment(int env)
isTDCProduction
public boolean isTDCProduction()
isTDCSystemtest
public boolean isTDCSystemtest()
isTDCTest
public boolean isTDCTest()