public interface Parameter extends TypedElement, MultiplicityElement, AbstractParameter
The following features are supported:
InformationPackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
ParameterDirection |
getDirection()
Returns the value of the 'Direction' attribute.
|
PassingMode |
getPassingMode()
Returns the value of the 'Passing Mode' attribute.
|
void |
setDirection(ParameterDirection value)
Sets the value of the '
Direction' attribute. |
void |
setPassingMode(PassingMode value)
Sets the value of the '
Passing Mode' attribute. |
getTypegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetOwnedDefaultValue, getOwnedMaxCard, getOwnedMaxLength, getOwnedMaxValue, getOwnedMinCard, getOwnedMinLength, getOwnedMinValue, getOwnedNullValue, isMaxInclusive, isMinInclusive, isOrdered, isUnique, setMaxInclusive, setMinInclusive, setOrdered, setOwnedDefaultValue, setOwnedMaxCard, setOwnedMaxLength, setOwnedMaxValue, setOwnedMinCard, setOwnedMinLength, setOwnedMinValue, setOwnedNullValue, setUniquegetEffect, getKindOfRate, getParameterSet, getProbability, getRate, isIsException, isIsOptional, isIsStream, setEffect, setIsException, setIsOptional, setIsStream, setKindOfRate, setProbability, setRategetAbstractType, setAbstractTypegetName, setNameParameterDirection getDirection()
ParameterDirection.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
ParameterDirection,
setDirection(ParameterDirection),
InformationPackage.getParameter_Direction()void setDirection(ParameterDirection value)
Direction' attribute.
value - the new value of the 'Direction' attribute.ParameterDirection,
getDirection()PassingMode getPassingMode()
PassingMode.
If the meaning of the 'Passing Mode' attribute isn't clear, there really should be more of a description here...
PassingMode,
setPassingMode(PassingMode),
InformationPackage.getParameter_PassingMode()void setPassingMode(PassingMode value)
Passing Mode' attribute.
value - the new value of the 'Passing Mode' attribute.PassingMode,
getPassingMode()