Uses of Class
net.n2oapp.framework.api.metadata.event.action.SubmitActionType
-
Packages that use SubmitActionType Package Description net.n2oapp.framework.api.metadata.event.action -
-
Uses of SubmitActionType in net.n2oapp.framework.api.metadata.event.action
Methods in net.n2oapp.framework.api.metadata.event.action that return SubmitActionType Modifier and Type Method Description static SubmitActionTypeSubmitActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubmitActionType[]SubmitActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-