Package com.microstrategy.web.app
Interface EnumWebPropertySource
-
public interface EnumWebPropertySourceThis class defines the enumeration constants used to specify the MSTR Object to be returned from the MstrObjects class.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intWebPropertySourceAppConstant for representing the source of the property value as cookiestatic intWebPropertySourceBrowserSettingConstant for representing the source of the property value as a browser settingstatic intWebPropertySourceConstConstant for representing the source of the property value as a constantstatic intWebPropertySourceDefaultConstant for representing the source of the property value as defaultstatic intWebPropertySourceEnumConstant for representing the source of the property value as an enumerationstatic intWebPropertySourceFeatureConstant for representing the source of the property value as a featurestatic intWebPropertySourcePreferenceConstant for representing the source of the property value as preferencesstatic intWebPropertySourceRequestConstant for representing the source of the property value as the request object
-
-
-
Field Detail
-
WebPropertySourceDefault
static final int WebPropertySourceDefault
Constant for representing the source of the property value as default- See Also:
- Constant Field Values
-
WebPropertySourceRequest
static final int WebPropertySourceRequest
Constant for representing the source of the property value as the request object- See Also:
- Constant Field Values
-
WebPropertySourceApp
static final int WebPropertySourceApp
Constant for representing the source of the property value as cookie- See Also:
- Constant Field Values
-
WebPropertySourceEnum
static final int WebPropertySourceEnum
Constant for representing the source of the property value as an enumeration- See Also:
- Constant Field Values
-
WebPropertySourceConst
static final int WebPropertySourceConst
Constant for representing the source of the property value as a constant- See Also:
- Constant Field Values
-
WebPropertySourcePreference
static final int WebPropertySourcePreference
Constant for representing the source of the property value as preferences- See Also:
- Constant Field Values
-
WebPropertySourceBrowserSetting
static final int WebPropertySourceBrowserSetting
Constant for representing the source of the property value as a browser setting- See Also:
- Constant Field Values
-
WebPropertySourceFeature
static final int WebPropertySourceFeature
Constant for representing the source of the property value as a feature- See Also:
- Constant Field Values
-
-