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