public static final class CmsServletContainerSettings.CmsServletContainerCfgMode extends A_CmsModeStringEnumeration
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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, toStringprotected 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