Sets the levelString that this LevelInfo object describes. @param arg The level to be set (should be a number or variable)
(final String arg)
| 36 | * @param arg The level to be set (should be a number or variable) |
| 37 | */ |
| 38 | public void setLevelString(final String arg) |
| 39 | { |
| 40 | levelString = arg; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Gets the levelString that this LevelInfo object describes. |