java.lang.Object
io.vertigo.account.authorization.definitions.rulemodel.RuleFixedValue
All Implemented Interfaces:
RuleValue

public final class RuleFixedValue extends Object implements RuleValue
Fixed content. (fixedValue)
Author:
npiedeloup
  • Constructor Details

    • RuleFixedValue

      public RuleFixedValue(String fixedValue)
      Parameters:
      fixedValue - Fixed content
  • Method Details

    • getFixedValue

      public String getFixedValue()
      Returns:
      fixedValue
    • toString

      public String toString()
      Overrides:
      toString in class Object