org.eclipse.ocl.uml.ui.internal.messages
Class UMLUIMessages

java.lang.Object
  extended by org.eclipse.ocl.uml.ui.internal.messages.UMLUIMessages

public class UMLUIMessages
extends java.lang.Object

An accessor class for externalized strings.


Field Summary
static java.lang.String UML_AssociationClassType
           
static java.lang.String UML_EvaluationMode
           
static java.lang.String UML_EvaluationMode_Adaptive
           
static java.lang.String UML_EvaluationMode_InstanceModel
           
static java.lang.String UML_EvaluationMode_RuntimeObjects
           
static java.lang.String UML_PageTitle
           
 
Constructor Summary
UMLUIMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UML_AssociationClassType

public static java.lang.String UML_AssociationClassType

UML_EvaluationMode

public static java.lang.String UML_EvaluationMode

UML_EvaluationMode_Adaptive

public static java.lang.String UML_EvaluationMode_Adaptive

UML_EvaluationMode_InstanceModel

public static java.lang.String UML_EvaluationMode_InstanceModel

UML_EvaluationMode_RuntimeObjects

public static java.lang.String UML_EvaluationMode_RuntimeObjects

UML_PageTitle

public static java.lang.String UML_PageTitle
Constructor Detail

UMLUIMessages

public UMLUIMessages()