mitoolkit.core
Interface CoreConstants

All Known Implementing Classes:
ClassSpaceManager, MessagePrinter, SerializationHandler

public interface CoreConstants


Field Summary
static int CLASS
           
static java.lang.String DEFAULT_UBI_CLASSES
           
static int OBJECT
           
static java.lang.String PACKAGE_NAME
           
static int PREPARE
           
 

Field Detail

PACKAGE_NAME

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

DEFAULT_UBI_CLASSES

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

CLASS

public static final int CLASS
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

PREPARE

public static final int PREPARE
See Also:
Constant Field Values