public static final class CmsServletContainerSettings.CmsServletContainerCfgMode extends A_CmsModeStringEnumeration
限定符和类型 | 字段和说明 |
---|---|
protected static CmsServletContainerSettings.CmsServletContainerCfgMode |
MODE_AUTO
Auto configuration mode.
|
protected static CmsServletContainerSettings.CmsServletContainerCfgMode |
MODE_MANUAL
Manual configuration mode.
|
protected static CmsServletContainerSettings.CmsServletContainerCfgMode |
MODE_NONE
No set configuration mode.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
isAuto()
Checks if this is the auto mode.
|
boolean |
isManual()
Checks if this is the manual mode.
|
boolean |
isNone()
Checks if this is the none mode.
|
static CmsServletContainerSettings.CmsServletContainerCfgMode |
valueOf(java.lang.String mode)
Returns the parsed mode object if the string representation matches, or
null if not. |
equals, getMode, hashCode, toString
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_AUTO
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_MANUAL
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_NONE
public static CmsServletContainerSettings.CmsServletContainerCfgMode valueOf(java.lang.String mode)
null
if not.mode
- the string representation to parsepublic boolean isAuto()
true
if this is the auto modepublic boolean isManual()
true
if this is the manual modepublic boolean isNone()
true
if this is the none mode