|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.validation.model.ModelConstraint
An abstract model constraint implementation. This class is intended
to be used by constraint providers
IModelConstraintProvider
in order to provide live/batch validation constraints.
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.validation.model.IModelConstraint |
---|
STATUS_CODE_SUCCESS |
Constructor Summary | |
---|---|
ModelConstraint(IConstraintDescriptor descriptor)
Constructs me with the provided non-null constraint descriptor. |
Method Summary | |
---|---|
IConstraintDescriptor |
getDescriptor()
Obtains my descriptor, which provides a variety of meta-data about me. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.validation.model.IModelConstraint |
---|
validate |
Constructor Detail |
public ModelConstraint(IConstraintDescriptor descriptor)
descriptor
- A non-null constraint descriptor that describes
this model constraint.Method Detail |
public final IConstraintDescriptor getDescriptor()
IModelConstraint
getDescriptor
in interface IModelConstraint
|
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 |