Package org.omg.smm
Interface Argument
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
ArgumentImpl
public interface Argument extends SmmElement
A representation of the model object 'Argument'.
The following features are supported:
- See Also:
SmmPackage.getArgument()
-
Method Summary
Modifier and Type Method Description ObservedMeasuregetObservedMeasure()Returns the value of the 'Observed Measure' container reference.StringgetType()Returns the value of the 'Type' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetObservedMeasure(ObservedMeasure value)Sets the value of the 'Observed Measure' container reference.voidsetType(String value)Sets the value of the 'Type' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getType
String getType()Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String),SmmPackage.getArgument_Type()
-
setType
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
getType()
-
getValue
String getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),SmmPackage.getArgument_Value()
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
getObservedMeasure
ObservedMeasure getObservedMeasure()Returns the value of the 'Observed Measure' container reference. It is bidirectional and its opposite is 'Arguments'.- Returns:
- the value of the 'Observed Measure' container reference.
- See Also:
setObservedMeasure(ObservedMeasure),SmmPackage.getArgument_ObservedMeasure(),ObservedMeasure.getArguments()
-
setObservedMeasure
Sets the value of the 'Observed Measure' container reference.- Parameters:
value- the new value of the 'Observed Measure' container reference.- See Also:
getObservedMeasure()
-