public interface Slot extends Element
The following features are supported:
PivotPackage.getSlot()| Modifier and Type | Method and Description |
|---|---|
Property |
getDefiningProperty()
Returns the value of the 'Defining Property' reference.
|
List<ValueSpecification> |
getOwnedValues()
Returns the value of the 'Owned Values' containment reference list.
|
InstanceSpecification |
getOwningInstance()
Returns the value of the 'Owning Instance' container reference.
|
void |
setDefiningProperty(Property value)
Sets the value of the '
Defining Property' reference. |
void |
setOwningInstance(InstanceSpecification value)
Sets the value of the '
Owning Instance' container reference. |
accept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueProperty getDefiningProperty()
setDefiningProperty(Property),
PivotPackage.getSlot_DefiningProperty()void setDefiningProperty(Property value)
Defining Property' reference.
value - the new value of the 'Defining Property' reference.getDefiningProperty()List<ValueSpecification> getOwnedValues()
ValueSpecification.
The value or values held by the Slot.
PivotPackage.getSlot_OwnedValues()InstanceSpecification getOwningInstance()
Owned Slots'.
The InstanceSpecification that owns this Slot.
setOwningInstance(InstanceSpecification),
PivotPackage.getSlot_OwningInstance(),
InstanceSpecification.getOwnedSlots()void setOwningInstance(InstanceSpecification value)
Owning Instance' container reference.
value - the new value of the 'Owning Instance' container reference.getOwningInstance()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.