org.opencms.search
public static final class CmsSearchManager.CmsSearchForceUnlockMode extends A_CmsModeStringEnumeration
Modifier and Type | Field and Description |
---|---|
static CmsSearchManager.CmsSearchForceUnlockMode |
ALWAYS
Force unlock type "always".
|
static CmsSearchManager.CmsSearchForceUnlockMode |
NEVER
Force unlock type "never".
|
static CmsSearchManager.CmsSearchForceUnlockMode |
ONLYFULL
Force unlock type "only full".
|
Modifier | Constructor and Description |
---|---|
protected |
CmsSearchManager.CmsSearchForceUnlockMode(java.lang.String mode)
Creates a new force unlock type with the given name.
|
Modifier and Type | Method and Description |
---|---|
static CmsSearchManager.CmsSearchForceUnlockMode |
valueOf(java.lang.String type)
Returns the lock type for the given type value.
|
equals, getMode, hashCode, toString
public static final CmsSearchManager.CmsSearchForceUnlockMode ALWAYS
public static final CmsSearchManager.CmsSearchForceUnlockMode NEVER
public static final CmsSearchManager.CmsSearchForceUnlockMode ONLYFULL
protected CmsSearchManager.CmsSearchForceUnlockMode(java.lang.String mode)
mode
- the mode id to usepublic static CmsSearchManager.CmsSearchForceUnlockMode valueOf(java.lang.String type)
type
- the type value to get the lock type for