Uses of Enum Class
fr.becpg.repo.notification.data.ScriptMode
Packages that use ScriptMode
-
Uses of ScriptMode in fr.becpg.repo.notification.data
Fields in fr.becpg.repo.notification.data declared as ScriptModeMethods in fr.becpg.repo.notification.data that return ScriptModeModifier and TypeMethodDescriptionNotificationRuleListDataItem.getScriptMode()Getter for the fieldscriptMode.static ScriptModeReturns the enum constant of this class with the specified name.static ScriptMode[]ScriptMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.becpg.repo.notification.data with parameters of type ScriptModeModifier and TypeMethodDescriptionvoidNotificationRuleListDataItem.setScriptMode(ScriptMode scriptMode) Setter for the fieldscriptMode.