Interface WebProjectSetting

  • All Known Implementing Classes:
    WebProjectPlatformAnalyticsStatisticsTableSettingImpl

    public interface WebProjectSetting
    This interface corresponds to a single setting of a project reference. This interface contains methods to examine the ID, datatype, and value of the setting, plus a method to change the setting.
    Since:
    MicroStrategy Web 7.5.2
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the current value of the setting, in string format.
        Returns:
        The current value of the setting.
      • setValue

        void setValue​(java.lang.String val)
        Sets a new value for the setting. Note that this value should fit the datatype of the setting; if it does not, an error will occur upon saving the owner WebServerDef object back to metadata.
        Parameters:
        val - The new value to use for the setting.