Interface CoreVariableInstance

All Known Implementing Classes:
SimpleVariableInstance, VariableInstanceEntity

public interface CoreVariableInstance
Author:
Daniel Meyer
  • Method Details

    • getName

      String getName()
    • getTypedValue

      TypedValue getTypedValue(boolean deserializeValue)
    • setValue

      void setValue(TypedValue typedValue)