java.lang.Object | |
↳ | com.microstrategy.web.objects.WebProjectPlatformAnalyticsStatisticsTableSettingImpl |
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 | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Returns the datatype of the setting, from EnumDSSXMLDataType
.
EnumDSSXMLDataType
.
Returns the ID of the setting, from EnumDSSXMLServerProjectSettingID
.
EnumDSSXMLServerProjectSettingID
.
Returns the current value of the setting, in string format.
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.
val | The new value to use for the setting. |
---|