java.lang.Object | |
↳ | com.microstrategy.webservices.MWSInfoProperty |
Contains the name and value associated with a MicroStrategy Web Service informational property(ie. release version number). Informational properties are used to return version and other configurable information to the client.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSInfoProperty() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSInfoProperty |
getInfoPropertyFlag()
Get the enum which identifies the informational property.
| ||||||||||
String |
getInfoPropertyValue()
Get the property's value, which should contain version
or configurable information.
| ||||||||||
void |
setInfoPropertyFlag(EnumMWSInfoProperty infoPropertyFlag)
Set the enum which identifies the informational property.
| ||||||||||
void |
setInfoPropertyValue(String infoPropertyValue)
Set the property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the enum which identifies the informational property.
Get the property's value, which should contain version or configurable information.
Set the enum which identifies the informational property.
Set the property value.
infoPropertyValue | Property value text. |
---|