Method Summary |
|
Level | defineLevel(String name, int value) It defines a new Level with a name and an integer value. |
Level | defineLevel(String name, String value) It defines a new Level with a name and a string value. |
Level | getLevel(String name) It retrieves a Level instance which the name is equals to the parameter. |
Level | getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter.
Parameters: value - is the integer value of request Level a Leve instance or a null value if the level does not exist. |
Level[] | getLevels() It retrieves all Level instances defined in this manager. |
void | removeLevel(String name) It removes a Level instance to this manager. |