public class ReferenceCSImpl extends StructuralFeatureCSImpl implements ReferenceCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Property |
basicGetReferredOpposite() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getReferredKeys() |
Property |
getReferredOpposite() |
void |
setReferredOpposite(Property newReferredOpposite) |
basicSetOwningClass, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getDefault, getOwnedDefaultExpressions, getOwningClass, setDefault, setOwningClass, toStringbasicSetOwnedType, getOwnedType, getQualifiers, isIsOptional, setIsOptional, setOwnedTypegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefault, getOwnedDefaultExpressions, getOwningClass, setDefault, setOwningClassgetOwnedType, getQualifiers, isIsOptional, setIsOptional, setOwnedTypegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic Property getReferredOpposite()
getReferredOpposite in interface ReferenceCSReferenceCS.setReferredOpposite(Property),
BaseCSPackage.getReferenceCS_ReferredOpposite()public Property basicGetReferredOpposite()
public void setReferredOpposite(Property newReferredOpposite)
setReferredOpposite in interface ReferenceCSnewReferredOpposite - the new value of the 'Referred Opposite' reference.ReferenceCS.getReferredOpposite()public <any> getReferredKeys()
getReferredKeys in interface ReferenceCSBaseCSPackage.getReferenceCS_ReferredKeys()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class StructuralFeatureCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class StructuralFeatureCSImplpublic void eUnset(int featureID)
eUnset in class StructuralFeatureCSImplpublic boolean eIsSet(int featureID)
eIsSet in class StructuralFeatureCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.