com.dtolabs.shared
Class SharedConstants

java.lang.Object
  extended by com.dtolabs.shared.SharedConstants

public class SharedConstants
extends java.lang.Object

SharedConstants is ...


Field Summary
static java.lang.String BIDIRECTIONAL
           
static java.lang.String EXTERNAL
           
static java.lang.String FRAMEWORK_SERVER_HOSTNAME
          Set this value to non-null if running as workbench server
static java.lang.String INTERNAL
          View direction constraints
 
Constructor Summary
SharedConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final java.lang.String INTERNAL
View direction constraints

See Also:
Constant Field Values

EXTERNAL

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

BIDIRECTIONAL

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

FRAMEWORK_SERVER_HOSTNAME

public static java.lang.String FRAMEWORK_SERVER_HOSTNAME
Set this value to non-null if running as workbench server

Constructor Detail

SharedConstants

public SharedConstants()