org.opencms.file
Class CmsProject.CmsProjectType

java.lang.Object
  extended by org.opencms.util.A_CmsModeIntEnumeration
      extended by org.opencms.file.CmsProject.CmsProjectType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CmsProject

public static final class CmsProject.CmsProjectType
extends A_CmsModeIntEnumeration

Enumeration class for project types.

See Also:
Serialized Form

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

MODE_PROJECT_NORMAL

protected static final CmsProject.CmsProjectType MODE_PROJECT_NORMAL
Project type normal.


MODE_PROJECT_TEMPORARY

protected static final CmsProject.CmsProjectType MODE_PROJECT_TEMPORARY
Project type temporary.

Method Detail

valueOf

public static CmsProject.CmsProjectType valueOf(int mode)
Returns the copy mode object from the old copy mode integer.

Parameters:
mode - the old copy mode integer
Returns:
the copy mode object