|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.umlx.editor.messages.AbstractStatusMessage
public abstract class AbstractStatusMessage
Field Summary |
---|
Fields inherited from interface org.eclipse.gmt.umlx.editor.messages.IErrorMessage |
---|
ERROR_SEVERITY, GUIDANCE_SEVERITY |
Constructor Summary | |
---|---|
AbstractStatusMessage(java.lang.Object model)
|
Method Summary | |
---|---|
java.lang.Object |
getModel()
|
int |
getSeverity()
Return an integer ordering that permits less severe messages to be identified. |
java.lang.String |
toTestString()
JUnit-friendly presentration of error message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmt.umlx.editor.messages.IErrorMessage |
---|
toString |
Constructor Detail |
---|
public AbstractStatusMessage(java.lang.Object model)
Method Detail |
---|
public java.lang.Object getModel()
public int getSeverity()
IErrorMessage
getSeverity
in interface IErrorMessage
public java.lang.String toTestString()
IErrorMessage
toTestString
in interface IErrorMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |