|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenLinkConstraints
A representation of the model object 'Gen Link Constraints'. Groups constraints on the link source and target end
The following features are supported:
GMFGenPackage.getGenLinkConstraints()
Method Summary | |
---|---|
String |
getConstraintsInstanceFieldName()
Returns the name of the field holding Link Constraints instance |
GenLink |
getLink()
Returns the value of the 'Link' container reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getLinkClass()
The domain meta element class of the link restricted by this constraints |
GenConstraint |
getSourceEnd()
Returns the value of the 'Source End' reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getSourceEndContextClass()
The context class for the source end constraint evaluation |
GenConstraint |
getTargetEnd()
Returns the value of the 'Target End' reference. |
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getTargetEndContextClass()
The context class for the target end constraint evaluation |
boolean |
isValid()
|
void |
setLink(GenLink value)
Sets the value of the ' Link ' container reference. |
void |
setSourceEnd(GenConstraint value)
Sets the value of the ' Source End ' reference. |
void |
setTargetEnd(GenConstraint value)
Sets the value of the ' Target End ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
GenLink getLink()
Creation Constraints
'.
If the meaning of the 'Link' container reference isn't clear, there really should be more of a description here...
References the owning link of this constraints
setLink(GenLink)
,
GMFGenPackage.getGenLinkConstraints_Link()
,
GenLink.getCreationConstraints()
void setLink(GenLink value)
Link
' container reference.
value
- the new value of the 'Link' container reference.getLink()
GenConstraint getSourceEnd()
If the meaning of the 'Source End' reference isn't clear, there really should be more of a description here...
Restriction enforced by the the source end, may reference variables 'oppositeEnd' pointing to targetEnd and 'link' denoting the link domainmetaElement instance if available.
setSourceEnd(GenConstraint)
,
GMFGenPackage.getGenLinkConstraints_SourceEnd()
void setSourceEnd(GenConstraint value)
Source End
' reference.
value
- the new value of the 'Source End' reference.getSourceEnd()
GenConstraint getTargetEnd()
If the meaning of the 'Target End' reference isn't clear, there really should be more of a description here...
Restriction enforced by the the target end, may reference variables 'oppositeEnd' pointing to sourceEnd and 'link' denoting the link domainmetaElement instance if available.
setTargetEnd(GenConstraint)
,
GMFGenPackage.getGenLinkConstraints_TargetEnd()
void setTargetEnd(GenConstraint value)
Target End
' reference.
value
- the new value of the 'Target End' reference.getTargetEnd()
org.eclipse.emf.codegen.ecore.genmodel.GenClass getLinkClass()
org.eclipse.emf.codegen.ecore.genmodel.GenClass getSourceEndContextClass()
org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetEndContextClass()
String getConstraintsInstanceFieldName()
boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |