public interface RankingInterval extends SmmElement
The following features are supported:
SmmPackage.getRankingInterval()| Modifier and Type | Method and Description |
|---|---|
double |
getMaximumEndpoint()
Returns the value of the 'Maximum Endpoint' attribute.
|
double |
getMinimumEndpoint()
Returns the value of the 'Minimum Endpoint' attribute.
|
Ranking |
getRank()
Returns the value of the 'Rank' container reference.
|
java.lang.String |
getSymbol()
Returns the value of the 'Symbol' attribute.
|
boolean |
isMaximumOpen()
Returns the value of the 'Maximum Open' attribute.
|
boolean |
isMinimumOpen()
Returns the value of the 'Minimum Open' attribute.
|
void |
setMaximumEndpoint(double value)
Sets the value of the '
Maximum Endpoint' attribute. |
void |
setMaximumOpen(boolean value)
Sets the value of the '
Maximum Open' attribute. |
void |
setMinimumEndpoint(double value)
Sets the value of the '
Minimum Endpoint' attribute. |
void |
setMinimumOpen(boolean value)
Sets the value of the '
Minimum Open' attribute. |
void |
setRank(Ranking value)
Sets the value of the '
Rank' container reference. |
void |
setSymbol(java.lang.String value)
Sets the value of the '
Symbol' attribute. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModelRanking getRank()
Interval'.
If the meaning of the 'Rank' container reference isn't clear, there really should be more of a description here...
setRank(Ranking),
SmmPackage.getRankingInterval_Rank(),
Ranking.getInterval()void setRank(Ranking value)
Rank' container reference.
value - the new value of the 'Rank' container reference.getRank()double getMaximumEndpoint()
If the meaning of the 'Maximum Endpoint' attribute isn't clear, there really should be more of a description here...
setMaximumEndpoint(double),
SmmPackage.getRankingInterval_MaximumEndpoint()void setMaximumEndpoint(double value)
Maximum Endpoint' attribute.
value - the new value of the 'Maximum Endpoint' attribute.getMaximumEndpoint()boolean isMaximumOpen()
If the meaning of the 'Maximum Open' attribute isn't clear, there really should be more of a description here...
setMaximumOpen(boolean),
SmmPackage.getRankingInterval_MaximumOpen()void setMaximumOpen(boolean value)
Maximum Open' attribute.
value - the new value of the 'Maximum Open' attribute.isMaximumOpen()double getMinimumEndpoint()
If the meaning of the 'Minimum Endpoint' attribute isn't clear, there really should be more of a description here...
setMinimumEndpoint(double),
SmmPackage.getRankingInterval_MinimumEndpoint()void setMinimumEndpoint(double value)
Minimum Endpoint' attribute.
value - the new value of the 'Minimum Endpoint' attribute.getMinimumEndpoint()boolean isMinimumOpen()
If the meaning of the 'Minimum Open' attribute isn't clear, there really should be more of a description here...
setMinimumOpen(boolean),
SmmPackage.getRankingInterval_MinimumOpen()void setMinimumOpen(boolean value)
Minimum Open' attribute.
value - the new value of the 'Minimum Open' attribute.isMinimumOpen()java.lang.String getSymbol()
If the meaning of the 'Symbol' attribute isn't clear, there really should be more of a description here...
setSymbol(String),
SmmPackage.getRankingInterval_Symbol()void setSymbol(java.lang.String value)
Symbol' attribute.
value - the new value of the 'Symbol' attribute.getSymbol()