com.microstrategy.web.app.EnumWebPropertySource |
This class defines the enumeration constants used to specify the MSTR Object to be returned from the MstrObjects class.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebPropertySourceApp | Constant for representing the source of the property value as cookie | |||||||||
int | WebPropertySourceBrowserSetting | Constant for representing the source of the property value as a browser setting | |||||||||
int | WebPropertySourceConst | Constant for representing the source of the property value as a constant | |||||||||
int | WebPropertySourceDefault | Constant for representing the source of the property value as default | |||||||||
int | WebPropertySourceEnum | Constant for representing the source of the property value as an enumeration | |||||||||
int | WebPropertySourceFeature | Constant for representing the source of the property value as a feature | |||||||||
int | WebPropertySourcePreference | Constant for representing the source of the property value as preferences | |||||||||
int | WebPropertySourceRequest | Constant for representing the source of the property value as the request object |
Constant for representing the source of the property value as cookie
Constant for representing the source of the property value as a browser setting
Constant for representing the source of the property value as a constant
Constant for representing the source of the property value as default
Constant for representing the source of the property value as an enumeration
Constant for representing the source of the property value as a feature
Constant for representing the source of the property value as preferences
Constant for representing the source of the property value as the request object