public class Variable extends Mediator
  • Constructor Details

    • Variable

      public Variable()
  • Method Details

    • getType

      public PropertyMediatorType getType()
    • setType

      public void setType(PropertyMediatorType type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)