Class Variable

  • Direct Known Subclasses:
    TaskVariable

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

      • Variable

        public Variable()
    • Method Detail

      • 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)