Uses of Class
org.camunda.bpm.container.impl.spi.ServiceTypes
-
Packages that use ServiceTypes Package Description org.camunda.bpm.container.impl.spi -
-
Uses of ServiceTypes in org.camunda.bpm.container.impl.spi
Methods in org.camunda.bpm.container.impl.spi that return ServiceTypes Modifier and Type Method Description static ServiceTypes
ServiceTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceTypes[]
ServiceTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-