Interface BpmnVariable<T>

All Known Implementing Classes:
BpmnVariableImpl

public interface BpmnVariable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setValue(T value)
     
  • Method Details

    • getName

      String getName()
    • getValue

      T getValue()
    • setValue

      void setValue(T value)