public interface Interval extends SmmElement
The following features are supported:
SmmPackage.getInterval()| Modifier and Type | Method and Description |
|---|---|
double |
getMaximum()
Returns the value of the 'Maximum' attribute.
|
Boolean |
getMaximumOpen()
Returns the value of the 'Maximum Open' attribute.
|
double |
getMinimum()
Returns the value of the 'Minimum' attribute.
|
Boolean |
getMinimumOpen()
Returns the value of the 'Minimum Open' attribute.
|
void |
setMaximum(double value)
Sets the value of the '
Maximum' attribute. |
void |
setMaximumOpen(Boolean value)
Sets the value of the '
Maximum Open' attribute. |
void |
setMinimum(double value)
Sets the value of the '
Minimum' attribute. |
void |
setMinimumOpen(Boolean value)
Sets the value of the '
Minimum Open' attribute. |
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptiondouble getMaximum()
setMaximum(double),
SmmPackage.getInterval_Maximum()void setMaximum(double value)
Maximum' attribute.
value - the new value of the 'Maximum' attribute.getMaximum()Boolean getMaximumOpen()
"false".
setMaximumOpen(Boolean),
SmmPackage.getInterval_MaximumOpen()void setMaximumOpen(Boolean value)
Maximum Open' attribute.
value - the new value of the 'Maximum Open' attribute.getMaximumOpen()double getMinimum()
setMinimum(double),
SmmPackage.getInterval_Minimum()void setMinimum(double value)
Minimum' attribute.
value - the new value of the 'Minimum' attribute.getMinimum()Boolean getMinimumOpen()
"false".
setMinimumOpen(Boolean),
SmmPackage.getInterval_MinimumOpen()void setMinimumOpen(Boolean value)
Minimum Open' attribute.
value - the new value of the 'Minimum Open' attribute.getMinimumOpen()Copyright © 2018–2020 Atlanmod. All rights reserved.