public class SlotImpl extends ElementImpl implements Slot
The following features are implemented:
| Type | Property and Description |
|---|---|
Property |
basicGetDefining |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<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 |
basicGetDefiningProperty() |
NotificationChain |
basicSetOwningInstance(InstanceSpecification newOwningInstance,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Property |
getDefiningProperty() |
List<ValueSpecification> |
getOwnedValues() |
InstanceSpecification |
getOwningInstance() |
void |
setDefiningProperty(Property newDefiningProperty) |
void |
setOwningInstance(InstanceSpecification newOwningInstance) |
allOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValue, toStringgetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Property basicGetDefiningProperty
public Property getDefiningProperty()
getDefiningProperty in interface SlotSlot.setDefiningProperty(Property),
PivotPackage.getSlot_DefiningProperty()public Property basicGetDefiningProperty()
public void setDefiningProperty(Property newDefiningProperty)
setDefiningProperty in interface SlotnewDefiningProperty - the new value of the 'Defining Property' reference.Slot.getDefiningProperty()public List<ValueSpecification> getOwnedValues()
getOwnedValues in interface SlotPivotPackage.getSlot_OwnedValues()public InstanceSpecification getOwningInstance()
getOwningInstance in interface SlotSlot.setOwningInstance(InstanceSpecification),
PivotPackage.getSlot_OwningInstance(),
InstanceSpecification.getOwnedSlots()public NotificationChain basicSetOwningInstance(InstanceSpecification newOwningInstance, NotificationChain msgs)
public void setOwningInstance(InstanceSpecification newOwningInstance)
setOwningInstance in interface SlotnewOwningInstance - the new value of the 'Owning Instance' container reference.Slot.getOwningInstance()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementImplpublic void eUnset(int featureID)
eUnset in class ElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementImplpublic <R> R accept(Visitor<R> visitor)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.