Class ParameterValue

java.lang.Object
com.suncode.pwfl.workflow.component.declaration.ParameterValue

public class ParameterValue extends Object
Value of parameter declaration - raw data from XPDL.
Author:
RafaƂ Nowacki 31 maj 2016
  • Constructor Details

    • ParameterValue

      public ParameterValue(Type<?> type, Object value)
    • ParameterValue

      public ParameterValue(Type<?> type, Object value, Boolean wholeColumn)
  • Method Details

    • snapshot

      public ParameterValue snapshot()
    • getValue

      public <T> T getValue()