Uses of Class
org.kie.server.services.jbpm.ui.FormServiceBase.FormType
-
Packages that use FormServiceBase.FormType Package Description org.kie.server.services.jbpm.ui -
-
Uses of FormServiceBase.FormType in org.kie.server.services.jbpm.ui
Methods in org.kie.server.services.jbpm.ui that return FormServiceBase.FormType Modifier and Type Method Description static FormServiceBase.FormTypeFormServiceBase.FormType. fromName(String name)static FormServiceBase.FormTypeFormServiceBase.FormType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormServiceBase.FormType[]FormServiceBase.FormType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-