Uses of Class
org.bonitasoft.web.client.model.FormMapping.TypeEnum
-
Packages that use FormMapping.TypeEnum Package Description org.bonitasoft.web.client.model -
-
Uses of FormMapping.TypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FormMapping.TypeEnum Modifier and Type Method Description static FormMapping.TypeEnumFormMapping.TypeEnum. fromValue(String value)FormMapping.TypeEnumFormMapping. getType()the form mapping typestatic FormMapping.TypeEnumFormMapping.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FormMapping.TypeEnum[]FormMapping.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type FormMapping.TypeEnum Modifier and Type Method Description voidFormMapping. setType(FormMapping.TypeEnum type)FormMappingFormMapping. type(FormMapping.TypeEnum type)
-