public class ParameterImpl extends VariableDeclarationImpl implements Parameter
The following features are implemented:
| 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.
|
NotificationChain |
basicSetOwningOperation(Operation newOwningOperation,
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) |
Operation |
getOwningOperation() |
boolean |
isIsTypeof() |
void |
setIsTypeof(boolean newIsTypeof) |
void |
setOwningOperation(Operation newOwningOperation) |
String |
toString() |
eInvoke, getTypeValue, setTypeValue, validateNameIsNotNull, validateTypeIsNotInvalid, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeValue, setTypeValue, validateNameIsNotNull, validateTypeIsNotInvalid, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic boolean isIsTypeof()
isIsTypeof in interface ParameterParameter.setIsTypeof(boolean),
PivotPackage.getParameter_IsTypeof()public void setIsTypeof(boolean newIsTypeof)
setIsTypeof in interface ParameternewIsTypeof - the new value of the 'Is Typeof' attribute.Parameter.isIsTypeof()public Operation getOwningOperation()
getOwningOperation in interface ParameterParameter.setOwningOperation(Operation),
PivotPackage.getParameter_OwningOperation(),
Operation.getOwnedParameters()public NotificationChain basicSetOwningOperation(Operation newOwningOperation, NotificationChain msgs)
public void setOwningOperation(Operation newOwningOperation)
setOwningOperation in interface ParameternewOwningOperation - the new value of the 'Owning Operation' container reference.Parameter.getOwningOperation()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 VariableDeclarationImplpublic void eSet(int featureID,
Object newValue)
eSet in class VariableDeclarationImplpublic void eUnset(int featureID)
eUnset in class VariableDeclarationImplpublic boolean eIsSet(int featureID)
eIsSet in class VariableDeclarationImplpublic String toString()
toString in class TypedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.