Class Variable

java.lang.Object
org.alfresco.rest.workflow.api.model.Variable
Direct Known Subclasses:
TaskVariable

public class Variable extends Object
Representation of a variable in the Activiti engine.
Author:
Frederik Heremans
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • value

      protected Object value
  • Constructor Details

    • Variable

      public Variable()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)