Modifier and Type | Method | Description |
---|---|---|
Savo |
Savo._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Savo |
Savo.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Savo[] |
Savo.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Savo> |
Savo._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
ScriptingAddition.storeScript(Reference theScriptObjectToStore,
JaplScriptFile anAliasOrFileReferenceToTheFileToStoreTheScriptObjectIn,
Savo controlDisplayOfTheSaveAsDialog) |
Store a script object into a file.
|