Class Variable.VariableWithValue<V>

    • Constructor Detail

      • VariableWithValue

        public VariableWithValue()
    • Method Detail

      • 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)