Class Variable.VariableWithValue<V>

All Implemented Interfaces:
ConfigurationItem, VisitableItem, Serializable, Cloneable, Comparable<BaseConfigurationItem>
Direct Known Subclasses:
BooleanVariable, DateVariable, IntegerVariable, ListStringVariable, MapStringStringVariable, PasswordStringVariable, SetStringVariable, StringVariable
Enclosing class:
Variable

public abstract static class Variable.VariableWithValue<V> extends Variable
See Also:
  • Constructor Details

    • VariableWithValue

      public VariableWithValue()
  • Method Details

    • getValue

      public abstract V getValue()
      Description copied from class: Variable
      Gets underlying value of this variable, or default value for templates. The specific type of value depends on the type of variable.
      Specified by:
      getValue in class Variable
      Returns:
      the underlying value of this variable, or default value for templates.
    • setValue

      public abstract void setValue(V value)