Uses of Class
org.jbpm.workbench.wi.client.editors.deployment.descriptor.model.PersistenceMode
-
Packages that use PersistenceMode Package Description org.jbpm.workbench.wi.client.editors.deployment.descriptor.model -
-
Uses of PersistenceMode in org.jbpm.workbench.wi.client.editors.deployment.descriptor.model
Methods in org.jbpm.workbench.wi.client.editors.deployment.descriptor.model that return PersistenceMode Modifier and Type Method Description static PersistenceModePersistenceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistenceMode[]PersistenceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-