Class VariableName


  • public final class VariableName
    extends Object
    Represents name of the Variable that is set on DynamicScopeContext. The variable name must conform the general rules that apply to variable names of programming languages.
    Since:
    2.1.0-SNAPSHOT
    Version:
    %I%, %G%
    Author:
    Robert Bala
    See Also:
    Variable, DynamicScopeContext
    • Constructor Detail

      • VariableName

        public VariableName​(String name)
        Creates new Variable name.
        Parameters:
        name - variable name.
    • Method Detail

      • getValue

        public String getValue()
        Gets Variable value.
        Returns:
        variable name.