Uses of Interface
org.camunda.spin.plugin.variable.type.SpinValueType

Packages that use SpinValueType
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
 interface JsonValueType
           
 interface XmlValueType
           
 

Fields in org.camunda.spin.plugin.variable.type declared as SpinValueType
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
 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
 SpinValueType SpinValueImpl.getType()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.