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 interface
JsonValueType
interface
XmlValueType
Fields in org.camunda.spin.plugin.variable.type declared as SpinValueType Modifier and Type Field Description static SpinValueType
SpinValueType. JSON
static SpinValueType
SpinValueType. 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 class
JsonValueTypeImpl
class
SpinValueTypeImpl
class
XmlValueTypeImpl
-
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 SpinValueType
SpinValueImpl. getType()
-