public class SaveModeHelper
extends java.lang.Object
Constructor and Description |
---|
SaveModeHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(short saveMode)
Get the name of a save mode.
|
static short |
getSaveMode(java.lang.String name)
Get the save mode for the give string.
|
public static short getSaveMode(java.lang.String name)
name
- the namepublic static java.lang.String getName(short saveMode)
saveMode
- the save mode