org.eclipse.gmt.umlx.editor.messages
Class IncompatibleDropStatusMessage

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.messages.AbstractStatusMessage
      extended by org.eclipse.gmt.umlx.editor.messages.IncompatibleDropStatusMessage
All Implemented Interfaces:
IErrorMessage

public class IncompatibleDropStatusMessage
extends AbstractStatusMessage


Field Summary
 org.eclipse.emf.ecore.EModelElement coModelParent
           
 org.eclipse.emf.ecore.EModelElement modelCoParent
           
 
Fields inherited from interface org.eclipse.gmt.umlx.editor.messages.IErrorMessage
ERROR_SEVERITY, GUIDANCE_SEVERITY
 
Constructor Summary
IncompatibleDropStatusMessage(java.lang.Object object, org.eclipse.emf.ecore.EModelElement modelCoParent, org.eclipse.emf.ecore.EModelElement coModelParent)
           
 
Method Summary
 java.lang.String toString()
          User-friendly presentation of error message.
 
Methods inherited from class org.eclipse.gmt.umlx.editor.messages.AbstractStatusMessage
getModel, getSeverity, toTestString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

modelCoParent

public final org.eclipse.emf.ecore.EModelElement modelCoParent

coModelParent

public final org.eclipse.emf.ecore.EModelElement coModelParent
Constructor Detail

IncompatibleDropStatusMessage

public IncompatibleDropStatusMessage(java.lang.Object object,
                                     org.eclipse.emf.ecore.EModelElement modelCoParent,
                                     org.eclipse.emf.ecore.EModelElement coModelParent)
Method Detail

toString

public java.lang.String toString()
Description copied from interface: IErrorMessage
User-friendly presentation of error message.

Specified by:
toString in interface IErrorMessage
Overrides:
toString in class java.lang.Object
Returns:
user-friendly message