public class SeverityLimitValue
extends java.lang.Object
| Constructor and Description |
|---|
SeverityLimitValue(int lowerLimit,
int upperLimit,
char hippsSeverityValue)
Since this object can not be changed, this constructor checks for valid
limit and values.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getHippsSeverityValue() |
int |
getLowerLimit() |
int |
getUpperLimit() |
public SeverityLimitValue(int lowerLimit,
int upperLimit,
char hippsSeverityValue)
throws java.lang.IllegalArgumentException
lowerLimit - - must be >= 0 and less than upperLimitupperLimit - - must be >= 0 and greater than lowerLimithippsSeverityValue - - must be alphabetic upper casejava.lang.IllegalArgumentException