public class Header extends Mediator
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getAny

      public Object getAny()
    • setAny

      public void setAny(Object any)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getScope

      public HeaderScope getScope()
    • setScope

      public void setScope(HeaderScope scope)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)