Package org.opencms.db
Class CmsUserSettings.CmsSearchResultStyle
java.lang.Object
org.opencms.util.A_CmsModeStringEnumeration
org.opencms.db.CmsUserSettings.CmsSearchResultStyle
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsUserSettings
Enumeration class for workplace search result styles.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CmsUserSettings.CmsSearchResultStyle
Workplace search result style explorer view.static final CmsUserSettings.CmsSearchResultStyle
Workplace search result style list view with excerpts.static final CmsUserSettings.CmsSearchResultStyle
Workplace search result style list view without excerpts. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the localization key for this style.Returns the copy mode object from the old copy mode integer.Methods inherited from class org.opencms.util.A_CmsModeStringEnumeration
equals, getMode, hashCode, toString
-
Field Details
-
STYLE_EXPLORER
Workplace search result style explorer view. -
STYLE_LIST_WITH_EXCERPTS
Workplace search result style list view with excerpts. -
STYLE_LIST_WITHOUT_EXCERPTS
Workplace search result style list view without excerpts.
-
-
Method Details
-
valueOf
Returns the copy mode object from the old copy mode integer.- Parameters:
mode
- the old copy mode integer- Returns:
- the copy mode object
-
getKey
Returns the localization key for this style.- Returns:
- the localization key for this style
-