org.eclipse.ocl.examples.domain.messages
Class StatusCodes

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.messages.StatusCodes

public final class StatusCodes
extends java.lang.Object


Field Summary
static int ERROR
           
static int EVALUATION_HALTED
           
static int OK
           
static java.lang.String PLUGIN_ID
           
 
Constructor Summary
StatusCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

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

OK

public static final int OK
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

EVALUATION_HALTED

public static final int EVALUATION_HALTED
See Also:
Constant Field Values
Constructor Detail

StatusCodes

public StatusCodes()