public class

WebProjectPlatformAnalyticsStatisticsTableSettingImpl

extends Object
implements WebProjectSetting
java.lang.Object
   ↳ com.microstrategy.web.objects.WebProjectPlatformAnalyticsStatisticsTableSettingImpl

Summary

Public Methods
int getDataType()
Returns the datatype of the setting, from EnumDSSXMLDataType.
int getID()
Returns the ID of the setting, from EnumDSSXMLServerProjectSettingID.
String getValue()
Returns the current value of the setting, in string format.
void setValue(String val)
Sets a new value for the setting.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.objects.WebProjectSetting

Public Methods

public int getDataType ()

Returns the datatype of the setting, from EnumDSSXMLDataType.

Returns

public int getID ()

Returns the ID of the setting, from EnumDSSXMLServerProjectSettingID.

Returns

public String getValue ()

Returns the current value of the setting, in string format.

Returns
  • The current value of the setting.

public void setValue (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.