|
||||||
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.main.CmsServletContainerSettings.CmsServletContainerCfgMode
public static final class CmsServletContainerSettings.CmsServletContainerCfgMode
Enumeration class for the configuration mode.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 |
---|
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_AUTO
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_MANUAL
protected static final CmsServletContainerSettings.CmsServletContainerCfgMode MODE_NONE
Method Detail |
---|
public static CmsServletContainerSettings.CmsServletContainerCfgMode valueOf(java.lang.String mode)
null
if not.
mode
- the string representation to parse
public 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
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |