Uses of Interface
org.camunda.spin.plugin.variable.type.SpinValueType
-
Packages that use SpinValueType Package Description org.camunda.spin.plugin.variable.type org.camunda.spin.plugin.variable.type.impl org.camunda.spin.plugin.variable.value.impl -
-
Uses of SpinValueType in org.camunda.spin.plugin.variable.type
Subinterfaces of SpinValueType in org.camunda.spin.plugin.variable.type Modifier and Type Interface Description interfaceJsonValueTypeinterfaceXmlValueTypeFields in org.camunda.spin.plugin.variable.type declared as SpinValueType Modifier and Type Field Description static SpinValueTypeSpinValueType. JSONstatic SpinValueTypeSpinValueType. XML -
Uses of SpinValueType in org.camunda.spin.plugin.variable.type.impl
Classes in org.camunda.spin.plugin.variable.type.impl that implement SpinValueType Modifier and Type Class Description classJsonValueTypeImplclassSpinValueTypeImplclassXmlValueTypeImpl -
Uses of SpinValueType in org.camunda.spin.plugin.variable.value.impl
Methods in org.camunda.spin.plugin.variable.value.impl that return SpinValueType Modifier and Type Method Description SpinValueTypeSpinValueImpl. getType()
-