|
|||||||
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.CmsResource.CmsResourceCopyMode
Enumeration class for resource copy modes.
Field Summary | |
protected static CmsResource.CmsResourceCopyMode |
MODE_COPY_AS_NEW
Copy mode for copy resources as new resource. |
protected static CmsResource.CmsResourceCopyMode |
MODE_COPY_AS_SIBLING
Copy mode for copy resources as sibling. |
protected static CmsResource.CmsResourceCopyMode |
MODE_COPY_PRESERVE_SIBLING
Copy mode to preserve siblings during copy. |
Method Summary | |
static CmsResource.CmsResourceCopyMode |
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 CmsResource.CmsResourceCopyMode MODE_COPY_AS_NEW
protected static final CmsResource.CmsResourceCopyMode MODE_COPY_AS_SIBLING
protected static final CmsResource.CmsResourceCopyMode MODE_COPY_PRESERVE_SIBLING
Method Detail |
public static CmsResource.CmsResourceCopyMode 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 |