public class Property extends Mediator
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getAny

      public Object getAny()
    • setAny

      public void setAny(Object any)
    • getScope

      public PropertyScope getScope()
    • setScope

      public void setScope(PropertyScope scope)
    • getType

      public PropertyMediatorType getType()
    • setType

      public void setType(PropertyMediatorType type)
    • getPattern

      public String getPattern()
    • setPattern

      public void setPattern(String pattern)
    • getGroup

      public String getGroup()
    • setGroup

      public void setGroup(String group)
    • 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)