Uses of Enum Class
de.espirit.firstspirit.access.schedule.ScriptTask.Type
Packages that use ScriptTask.Type
-
Uses of ScriptTask.Type in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return ScriptTask.TypeModifier and TypeMethodDescriptionScriptTask.getType()theTypeof this scriptstatic ScriptTask.TypeReturns the enum constant of this class with the specified name.static ScriptTask.Type[]ScriptTask.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.schedule with parameters of type ScriptTask.TypeModifier and TypeMethodDescriptionvoidScriptTask.setType(ScriptTask.Type type) Sets the script type.