|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingEntry
A representation of the model object 'Entry'.
The following features are supported:
GMFMapPackage.getMappingEntry()
Method Summary | |
---|---|
org.eclipse.emf.ecore.EClass |
getDomainContext()
This method simplifies OCL expressions (makes it easy to write for both Node and Link) |
ElementInitializer |
getDomainInitializer()
Returns the value of the 'Domain Initializer' containment reference |
org.eclipse.emf.ecore.EClass |
getDomainMetaElement()
Returns the value of the 'Domain Meta Element' reference |
Constraint |
getDomainSpecialization()
Returns the value of the 'Domain Specialization' containment reference |
org.eclipse.emf.common.util.EList<LabelMapping> |
getLabelMappings()
Returns the value of the 'Label Mappings' containment reference list. |
org.eclipse.emf.common.util.EList<CanvasMapping> |
getRelatedDiagrams()
Returns the value of the 'Related Diagrams' reference list. |
void |
setDomainInitializer(ElementInitializer value)
Sets the value of the ' Domain Initializer ' containment reference |
void |
setDomainMetaElement(org.eclipse.emf.ecore.EClass value)
Sets the value of the ' Domain Meta Element ' reference |
void |
setDomainSpecialization(Constraint value)
Sets the value of the ' Domain Specialization ' containment reference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.ecore.EClass getDomainMetaElement()
If the meaning of the 'Domain Meta Element' reference isn't clear, there really should be more of a description here...
setDomainMetaElement(EClass)
,
GMFMapPackage.getMappingEntry_DomainMetaElement()
void setDomainMetaElement(org.eclipse.emf.ecore.EClass value)
Domain Meta Element
' reference.
value
- the new value of the 'Domain Meta Element' reference.getDomainMetaElement()
Constraint getDomainSpecialization()
setDomainSpecialization(Constraint)
,
GMFMapPackage.getMappingEntry_DomainSpecialization()
void setDomainSpecialization(Constraint value)
Domain Specialization
' containment reference.
value
- the new value of the 'Domain Specialization' containment reference.getDomainSpecialization()
ElementInitializer getDomainInitializer()
setDomainInitializer(ElementInitializer)
,
GMFMapPackage.getMappingEntry_DomainInitializer()
void setDomainInitializer(ElementInitializer value)
Domain Initializer
' containment reference.
value
- the new value of the 'Domain Initializer' containment reference.getDomainInitializer()
org.eclipse.emf.common.util.EList<LabelMapping> getLabelMappings()
LabelMapping
.
It is bidirectional and its opposite is 'Map Entry
'.
If the meaning of the 'Label Mappings' containment reference list isn't clear, there really should be more of a description here...
GMFMapPackage.getMappingEntry_LabelMappings()
,
LabelMapping.getMapEntry()
org.eclipse.emf.common.util.EList<CanvasMapping> getRelatedDiagrams()
CanvasMapping
.
Diagrams that may be associated with this diagram element. It's up to client application to define what this association means (e.g. open diagram)
GMFMapPackage.getMappingEntry_RelatedDiagrams()
org.eclipse.emf.ecore.EClass getDomainContext()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.