public interface MovingAverageItem extends Item
The following features are supported:
OsgiPackage.getMovingAverageItem()
Modifier and Type | Method and Description |
---|---|
MovingAverage |
getSource()
Returns the value of the 'Source' reference.
|
MovingAverageReferenceType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setSource(MovingAverage value)
Sets the value of the '
Source ' reference. |
void |
setType(MovingAverageReferenceType value)
Sets the value of the '
Type ' attribute. |
getInformation, getItemFeatures, getName, setInformation, setName
MovingAverage getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(MovingAverage)
,
OsgiPackage.getMovingAverageItem_Source()
void setSource(MovingAverage value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
MovingAverageReferenceType getType()
MovingAverageReferenceType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
MovingAverageReferenceType
,
setType(MovingAverageReferenceType)
,
OsgiPackage.getMovingAverageItem_Type()
void setType(MovingAverageReferenceType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.MovingAverageReferenceType
,
getType()