|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Measurement
A representation of the model object 'Measurement'.
The following features are supported:
DataPackage.getMeasurement()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<DataPoint> |
getEntries()
Returns the value of the 'Entries' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
Run |
getRun()
Returns the value of the 'Run' container reference. |
ScaleType |
getType()
Returns the value of the 'Type' attribute. |
IValue |
getValue()
Returns the value of the 'Value' reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setRun(Run value)
Sets the value of the ' Run ' container reference. |
void |
setType(ScaleType value)
Sets the value of the ' Type ' attribute. |
void |
setValue(IValue value)
Sets the value of the ' Value ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ScaleType getType()
ScaleType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ScaleType
,
setType(ScaleType)
,
DataPackage.getMeasurement_Type()
void setType(ScaleType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ScaleType
,
getType()
IValue getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(IValue)
,
DataPackage.getMeasurement_Value()
void setValue(IValue value)
Value
' reference.
value
- the new value of the 'Value' reference.getValue()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DataPackage.getMeasurement_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<DataPoint> getEntries()
DataPoint
.
It is bidirectional and its opposite is 'Measurement
'.
If the meaning of the 'Entries' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getMeasurement_Entries()
,
DataPoint.getMeasurement()
Run getRun()
Measurements
'.
If the meaning of the 'Run' container reference isn't clear, there really should be more of a description here...
setRun(Run)
,
DataPackage.getMeasurement_Run()
,
Run.getMeasurements()
void setRun(Run value)
Run
' container reference.
value
- the new value of the 'Run' container reference.getRun()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |