Package com.microstrategy.web.app
Interface EnumWebPropertySource
-
public interface EnumWebPropertySource
This 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 int
WebPropertySourceApp
Constant for representing the source of the property value as cookiestatic int
WebPropertySourceBrowserSetting
Constant for representing the source of the property value as a browser settingstatic int
WebPropertySourceConst
Constant for representing the source of the property value as a constantstatic int
WebPropertySourceDefault
Constant for representing the source of the property value as defaultstatic int
WebPropertySourceEnum
Constant for representing the source of the property value as an enumerationstatic int
WebPropertySourceFeature
Constant for representing the source of the property value as a featurestatic int
WebPropertySourcePreference
Constant for representing the source of the property value as preferencesstatic int
WebPropertySourceRequest
Constant 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
-
-