java.lang.Object | |
↳ | com.microstrategy.webservices.MWSObjectInfoProperty |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSObjectInfoProperty() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getPropertyName()
Get the name which identifies the property.
| ||||||||||
String |
getPropertyValue()
Get the property's value.
| ||||||||||
void |
setPropertyName(String propertyName)
Set the name which identifies the property.
| ||||||||||
void |
setPropertyValue(String propertyValue)
Set the property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the name which identifies the property.
Get the property's value.
Set the name which identifies the property.
Set the property value.
propertyValue | Property value text. |
---|