Uses of Class
org.bonitasoft.web.client.model.ActivityVariable.ContainerTypeEnum
-
Packages that use ActivityVariable.ContainerTypeEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ActivityVariable.ContainerTypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActivityVariable.ContainerTypeEnum Modifier and Type Method Description static ActivityVariable.ContainerTypeEnumActivityVariable.ContainerTypeEnum. fromValue(String value)ActivityVariable.ContainerTypeEnumActivityVariable. getContainerType()ACTIVITY_INSTANCE | PROCESS_INSTANCE depending on whether the variable is defined at activity or process level.static ActivityVariable.ContainerTypeEnumActivityVariable.ContainerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityVariable.ContainerTypeEnum[]ActivityVariable.ContainerTypeEnum. 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 ActivityVariable.ContainerTypeEnum Modifier and Type Method Description ActivityVariableActivityVariable. containerType(ActivityVariable.ContainerTypeEnum containerType)voidActivityVariable. setContainerType(ActivityVariable.ContainerTypeEnum containerType)
-