|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeStringEnumeration
org.opencms.search.CmsSearchManager.CmsSearchForceUnlockMode
Enumeration class for force unlock types.
Field Summary | |
static CmsSearchManager.CmsSearchForceUnlockMode |
ALWAYS
Force unlock type always. |
static CmsSearchManager.CmsSearchForceUnlockMode |
NEVER
Force unlock type never. |
static CmsSearchManager.CmsSearchForceUnlockMode |
ONLYFULL
Force unlock tyoe only full. |
Constructor Summary | |
protected |
CmsSearchManager.CmsSearchForceUnlockMode(java.lang.String mode)
Creates a new force unlock type with the given name. |
Method Summary | |
static CmsSearchManager.CmsSearchForceUnlockMode |
valueOf(java.lang.String type)
Returns the lock type for the given type value. |
Methods inherited from class org.opencms.util.A_CmsModeStringEnumeration |
equals, getMode, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final CmsSearchManager.CmsSearchForceUnlockMode ALWAYS
public static final CmsSearchManager.CmsSearchForceUnlockMode NEVER
public static final CmsSearchManager.CmsSearchForceUnlockMode ONLYFULL
Constructor Detail |
protected CmsSearchManager.CmsSearchForceUnlockMode(java.lang.String mode)
mode
- the mode id to useMethod Detail |
public static CmsSearchManager.CmsSearchForceUnlockMode valueOf(java.lang.String type)
type
- the type value to get the lock type for
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |