Class G2EngineContext.SystemParameterContext

  • Enclosing interface:
    G2EngineContext

    public static class G2EngineContext.SystemParameterContext
    extends Object
    Context for retrieving system parameters
    • Constructor Detail

      • SystemParameterContext

        public SystemParameterContext()
        Constructs the system parameter context
    • Method Detail

      • getParameterGroup

        public String getParameterGroup()
        Get the parameter group
        Returns:
        The parameter group.
      • getParameterName

        public String getParameterName()
        Get the parameter name
        Returns:
        The parameter name.
      • getParameterValue

        public String getParameterValue()
        Get the parameter value
        Returns:
        The parameter value.
      • getParameterValueAsBoolean

        public boolean getParameterValueAsBoolean()
        Get the parameter value as a boolean
        Returns:
        The parameter value as a boolean.