Package com.microstrategy.web.app.beans
Interface EnumPageHistoryItemType
-
public interface EnumPageHistoryItemType
-
-
Field Summary
Fields Modifier and Type Field Description static intPageHistoryItemTypeDossierstatic intPageHistoryItemTypeNewDossierstatic intPageHistoryItemTypePromptsstatic intPageHistoryItemTypeReservedReserved for future use.
-
-
-
Field Detail
-
PageHistoryItemTypeReserved
static final int PageHistoryItemTypeReserved
Reserved for future use.- See Also:
- Constant Field Values
-
PageHistoryItemTypeNewDossier
static final int PageHistoryItemTypeNewDossier
- See Also:
- Constant Field Values
-
PageHistoryItemTypePrompts
static final int PageHistoryItemTypePrompts
- See Also:
- Constant Field Values
-
PageHistoryItemTypeDossier
static final int PageHistoryItemTypeDossier
- See Also:
- Constant Field Values
-
-