|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Grade
A representation of the model object 'Grade'.
The following features are supported:
SmmPackage.getGrade()
Method Summary | |
---|---|
DimensionalMeasurement |
getBaseMeasurement()
Returns the value of the 'Base Measurement' reference. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
boolean |
isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute. |
void |
setBaseMeasurement(DimensionalMeasurement value)
Sets the value of the ' Base Measurement ' reference. |
void |
setIsBaseSupplied(boolean value)
Sets the value of the ' Is Base Supplied ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute. |
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measurement |
---|
getError, getInMeasurement, getMeasure, getObservation, getOutMeasurement, setError, setMeasure, setObservation |
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement |
---|
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel |
Method Detail |
---|
DimensionalMeasurement getBaseMeasurement()
If the meaning of the 'Base Measurement' reference isn't clear, there really should be more of a description here...
setBaseMeasurement(DimensionalMeasurement)
,
SmmPackage.getGrade_BaseMeasurement()
void setBaseMeasurement(DimensionalMeasurement value)
Base Measurement
' reference.
value
- the new value of the 'Base Measurement' reference.getBaseMeasurement()
boolean isIsBaseSupplied()
If the meaning of the 'Is Base Supplied' attribute isn't clear, there really should be more of a description here...
setIsBaseSupplied(boolean)
,
SmmPackage.getGrade_IsBaseSupplied()
void setIsBaseSupplied(boolean value)
Is Base Supplied
' attribute.
value
- the new value of the 'Is Base Supplied' attribute.isIsBaseSupplied()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
SmmPackage.getGrade_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |