|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A specialization of the Eclipse IStatus
interface which provides
additional information about the success or failure of the validation of
a particular constraint on a particular model element.
Field Summary |
---|
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
IModelConstraint |
getConstraint()
Obtains the constraint which either succeeded or failed, according to what I have to say. |
java.util.Set |
getResultLocus()
Obtains the objects which are involved in the failure of the constraint. |
org.eclipse.emf.ecore.EObject |
getTarget()
Obtains the target object, on which the constraint was evaluated. |
Methods inherited from interface org.eclipse.core.runtime.IStatus |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches |
Method Detail |
public IModelConstraint getConstraint()
public org.eclipse.emf.ecore.EObject getTarget()
public java.util.Set getResultLocus()
null
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |