Package org.omg.smm
Interface GradeInterval
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Interval,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
GradeIntervalImpl
public interface GradeInterval extends Interval
A representation of the model object 'Grade Interval'.
The following features are supported:
- See Also:
SmmPackage.getGradeInterval()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.omg.smm.Interval
getMaximum, getMaximumOpen, getMinimum, getMinimumOpen, setMaximum, setMaximumOpen, setMinimum, setMinimumOpenMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getSymbol
String getSymbol()Returns the value of the 'Symbol' attribute.- Returns:
- the value of the 'Symbol' attribute.
- See Also:
setSymbol(String),SmmPackage.getGradeInterval_Symbol()
-
setSymbol
Sets the value of the 'Symbol' attribute.- Parameters:
value- the new value of the 'Symbol' attribute.- See Also:
getSymbol()
-