org.eclipse.gmt.modisco.omg.smm
Interface Grade

All Superinterfaces:
Measurement, SmmElement

public interface Grade
extends Measurement

A representation of the model object 'Grade'.

The following features are supported:

See Also:
SmmPackage.getGrade()
Generated:
Model:

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

getBaseMeasurement

DimensionalMeasurement getBaseMeasurement()
Returns the value of the 'Base Measurement' reference.

If the meaning of the 'Base Measurement' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Measurement' reference.
See Also:
setBaseMeasurement(DimensionalMeasurement), SmmPackage.getGrade_BaseMeasurement()
Generated:
Model:

setBaseMeasurement

void setBaseMeasurement(DimensionalMeasurement value)
Sets the value of the 'Base Measurement' reference.

Parameters:
value - the new value of the 'Base Measurement' reference.
See Also:
getBaseMeasurement()
Generated:

isIsBaseSupplied

boolean isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.

If the meaning of the 'Is Base Supplied' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Base Supplied' attribute.
See Also:
setIsBaseSupplied(boolean), SmmPackage.getGrade_IsBaseSupplied()
Generated:
Model:
required="true"

setIsBaseSupplied

void setIsBaseSupplied(boolean value)
Sets the value of the 'Is Base Supplied' attribute.

Parameters:
value - the new value of the 'Is Base Supplied' attribute.
See Also:
isIsBaseSupplied()
Generated:

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), SmmPackage.getGrade_Value()
Generated:
Model:

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: