public interface Constraint extends NamedElement
The following features are supported:
featuremodelPackage.getConstraint()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Feature |
getSource()
Returns the value of the 'Source' reference.
|
EList<Feature> |
getTarget()
Returns the value of the 'Target' reference list.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setSource(Feature value)
Sets the value of the '
Source' reference. |
getName, setNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverFeature getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Feature),
featuremodelPackage.getConstraint_Source()void setSource(Feature value)
Source' reference.
value - the new value of the 'Source' reference.getSource()EList<Feature> getTarget()
Feature.
If the meaning of the 'Target' reference list isn't clear, there really should be more of a description here...
featuremodelPackage.getConstraint_Target()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
featuremodelPackage.getConstraint_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()