public interface Parameter extends VariableDeclaration
The following features are supported:
PivotPackage.getParameter()
Modifier and Type | Method and Description |
---|---|
Operation |
getOwningOperation()
Returns the value of the 'Owning Operation' container reference.
|
boolean |
isIsTypeof()
Returns the value of the 'Is Typeof' attribute.
|
void |
setIsTypeof(boolean value)
Sets the value of the '
Is Typeof ' attribute. |
void |
setOwningOperation(Operation value)
Sets the value of the '
Owning Operation ' container reference. |
getTypeValue, setTypeValue, validateNameIsNotNull, validateTypeIsNotInvalid, validateTypeIsNotNull
CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setType
getName, setName
accept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValue
boolean isIsTypeof()
"false"
.
If the meaning of the 'Is Typeof' attribute isn't clear, there really should be more of a description here...
setIsTypeof(boolean)
,
PivotPackage.getParameter_IsTypeof()
void setIsTypeof(boolean value)
Is Typeof
' attribute.
value
- the new value of the 'Is Typeof' attribute.isIsTypeof()
Operation getOwningOperation()
Owned Parameters
'.
The Operation owning this parameter.
setOwningOperation(Operation)
,
PivotPackage.getParameter_OwningOperation()
,
Operation.getOwnedParameters()
void setOwningOperation(Operation value)
Owning Operation
' container reference.
value
- the new value of the 'Owning Operation' container reference.getOwningOperation()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.