Modifier and Type | Method and Description |
---|---|
int |
compareTo(Level o)
Compares this object with the specified object for order.
|
int |
getIntValue()
Returns the integer value which represents the level.
|
java.lang.String |
getName()
It retrieves the name of the Level
|
boolean |
isComparableWith(Level o)
This method returns true is the current level and the Level parameter are
ordered.
|
void |
setName(java.lang.String n)
It assigns the name of the Level
|
boolean isComparableWith(Level o)
int compareTo(Level o)
int getIntValue()
java.lang.String getName()
void setName(java.lang.String n)