|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeIntEnumeration
org.opencms.file.CmsProject.CmsProjectType
Enumeration class for project types.
Field Summary | |
protected static CmsProject.CmsProjectType |
MODE_PROJECT_NORMAL
Project type normal. |
protected static CmsProject.CmsProjectType |
MODE_PROJECT_TEMPORARY
Project type temporary. |
Method Summary | |
static CmsProject.CmsProjectType |
valueOf(int mode)
Returns the copy mode object from the old copy mode integer. |
Methods inherited from class org.opencms.util.A_CmsModeIntEnumeration |
equals, getMode, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final CmsProject.CmsProjectType MODE_PROJECT_NORMAL
protected static final CmsProject.CmsProjectType MODE_PROJECT_TEMPORARY
Method Detail |
public static CmsProject.CmsProjectType valueOf(int mode)
mode
- the old copy mode integer
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |