Interface ParamHolder

    • Method Detail

      • getIntValue

        int getIntValue​(int paramID)
        Gets the value of a given ParamID, or its default if it is unset
      • setValue

        void setValue​(int paramID,
                      int value)
        Sets the value of a given ParamID
      • getStringValue

        String getStringValue​(int paramID)
        Gets the value of a given ParamID, or its default if it is unset
      • setValue

        void setValue​(int paramID,
                      String value)
        Sets the value of a given ParamID