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