Interface Parameter

    • Method Detail

      • getName

        @NotNull
        java.lang.String getName()
        Returns:
        parameter name.
      • getValue

        @NotNull
        java.lang.String getValue()
        Returns:
        parameter value.
      • isSystemProperty

        boolean isSystemProperty()
        Returns true if this parameter is a system property
        Returns:
        see above
      • isEnvironmentVariable

        boolean isEnvironmentVariable()
        Returns true if this parameter is an environment variable
        Returns:
        see above
      • getControlDescription

        @Nullable
        ControlDescription getControlDescription()
        Returns:
        parameter description
        Since:
        7.0