Uses of Enum
org.bonitasoft.web.client.model.ActivityVariable.ContainerTypeEnum
Packages that use ActivityVariable.ContainerTypeEnum
-
Uses of ActivityVariable.ContainerTypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActivityVariable.ContainerTypeEnumModifier and TypeMethodDescriptionActivityVariable.getContainerType()ACTIVITY_INSTANCE | PROCESS_INSTANCE depending on whether the variable is defined at activity or process level.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.ContainerTypeEnumModifier and TypeMethodDescriptionActivityVariable.containerType(ActivityVariable.ContainerTypeEnum containerType) voidActivityVariable.setContainerType(ActivityVariable.ContainerTypeEnum containerType)