public static final class CmsSearchManager.CmsSearchForceUnlockMode extends A_CmsModeStringEnumeration
| 限定符和类型 | 字段和说明 |
|---|---|
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".
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsSearchManager.CmsSearchForceUnlockMode(java.lang.String mode)
Creates a new force unlock type with the given name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CmsSearchManager.CmsSearchForceUnlockMode |
valueOf(java.lang.String type)
Returns the lock type for the given type value.
|
equals, getMode, hashCode, toStringpublic 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