Package org.omg.smm
Interface Interval
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
GradeInterval,RankingInterval
- All Known Implementing Classes:
GradeIntervalImpl,IntervalImpl,RankingIntervalImpl
public interface Interval extends SmmElement
A representation of the model object 'Interval'.
The following features are supported:
- See Also:
SmmPackage.getInterval()
-
Method Summary
Modifier and Type Method Description doublegetMaximum()Returns the value of the 'Maximum' attribute.BooleangetMaximumOpen()Returns the value of the 'Maximum Open' attribute.doublegetMinimum()Returns the value of the 'Minimum' attribute.BooleangetMinimumOpen()Returns the value of the 'Minimum Open' attribute.voidsetMaximum(double value)Sets the value of the 'Maximum' attribute.voidsetMaximumOpen(Boolean value)Sets the value of the 'Maximum Open' attribute.voidsetMinimum(double value)Sets the value of the 'Minimum' attribute.voidsetMinimumOpen(Boolean value)Sets the value of the 'Minimum Open' attribute.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.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
-
getMaximum
double getMaximum()Returns the value of the 'Maximum' attribute.- Returns:
- the value of the 'Maximum' attribute.
- See Also:
setMaximum(double),SmmPackage.getInterval_Maximum()
-
setMaximum
void setMaximum(double value)Sets the value of the 'Maximum' attribute.- Parameters:
value- the new value of the 'Maximum' attribute.- See Also:
getMaximum()
-
getMaximumOpen
Boolean getMaximumOpen()Returns the value of the 'Maximum Open' attribute. The default value is"false".- Returns:
- the value of the 'Maximum Open' attribute.
- See Also:
setMaximumOpen(Boolean),SmmPackage.getInterval_MaximumOpen()
-
setMaximumOpen
Sets the value of the 'Maximum Open' attribute.- Parameters:
value- the new value of the 'Maximum Open' attribute.- See Also:
getMaximumOpen()
-
getMinimum
double getMinimum()Returns the value of the 'Minimum' attribute.- Returns:
- the value of the 'Minimum' attribute.
- See Also:
setMinimum(double),SmmPackage.getInterval_Minimum()
-
setMinimum
void setMinimum(double value)Sets the value of the 'Minimum' attribute.- Parameters:
value- the new value of the 'Minimum' attribute.- See Also:
getMinimum()
-
getMinimumOpen
Boolean getMinimumOpen()Returns the value of the 'Minimum Open' attribute. The default value is"false".- Returns:
- the value of the 'Minimum Open' attribute.
- See Also:
setMinimumOpen(Boolean),SmmPackage.getInterval_MinimumOpen()
-
setMinimumOpen
Sets the value of the 'Minimum Open' attribute.- Parameters:
value- the new value of the 'Minimum Open' attribute.- See Also:
getMinimumOpen()
-