public interface Key
A representation of the model object 'Key'.
The following features are supported:
EqvtRelationPackage.getKey()
Method Summary | |
---|---|
org.eclipse.emf.ecore.EClass |
getIdentifies()
Returns the value of the 'Identifies' reference. |
org.eclipse.emf.common.util.EList<PropertyId> |
getPart()
Returns the value of the 'Part' containment reference list. |
RelationalTransformation |
getTransformation()
Returns the value of the 'Transformation' container reference. |
void |
setIdentifies(org.eclipse.emf.ecore.EClass value)
Sets the value of the ' Identifies ' reference. |
void |
setTransformation(RelationalTransformation value)
Sets the value of the ' Transformation ' container reference. |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 getIdentifies()
If the meaning of the 'Identifies' reference isn't clear, there really should be more of a description here...
setIdentifies(EClass)
,
EqvtRelationPackage.getKey_Identifies()
void setIdentifies(org.eclipse.emf.ecore.EClass value)
Identifies
' reference.
value
- the new value of the 'Identifies' reference.getIdentifies()
org.eclipse.emf.common.util.EList<PropertyId> getPart()
PropertyId
.
If the meaning of the 'Part' reference list isn't clear, there really should be more of a description here...
EqvtRelationPackage.getKey_Part()
RelationalTransformation getTransformation()
Owned Key
'.
If the meaning of the 'Transformation' container reference isn't clear, there really should be more of a description here...
setTransformation(RelationalTransformation)
,
EqvtRelationPackage.getKey_Transformation()
,
RelationalTransformation.getOwnedKey()
void setTransformation(RelationalTransformation value)
Transformation
' container reference.
value
- the new value of the 'Transformation' container reference.getTransformation()