Uses of Class
org.bonitasoft.web.client.model.Platform.StateEnum
-
Packages that use Platform.StateEnum Package Description org.bonitasoft.web.client.model -
-
Uses of Platform.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Platform.StateEnum Modifier and Type Method Description static Platform.StateEnumPlatform.StateEnum. fromValue(String value)Platform.StateEnumPlatform. getState()platform statestatic Platform.StateEnumPlatform.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Platform.StateEnum[]Platform.StateEnum. 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 Platform.StateEnum Modifier and Type Method Description voidPlatform. setState(Platform.StateEnum state)PlatformPlatform. state(Platform.StateEnum state)
-