Class Parameter

    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • setActivationExpression

        public void setActivationExpression​(Expression activationExpression)
      • setPriority

        public void setPriority​(Integer priority)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getProtectedValue

        public Boolean getProtectedValue()
      • setProtectedValue

        public void setProtectedValue​(Boolean protectedValue)
      • getScopeEntity

        public String getScopeEntity()
        Returns:
        the name of the entity this parameter is restricted to. For instance: if the scope of a Parameter is set to FUNCTION, the scopeEntity represent the name of the Function for which this parameter applies
      • setScopeEntity

        public void setScopeEntity​(String scopeEntity)