Package org.opencms.file
Class CmsResource.CmsResourceCopyMode
java.lang.Object
org.opencms.util.A_CmsModeIntEnumeration
org.opencms.file.CmsResource.CmsResourceCopyMode
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CmsResource
Enumeration class for resource copy modes.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final CmsResource.CmsResourceCopyModeCopy mode for copy resources as new resource.protected static final CmsResource.CmsResourceCopyModeCopy mode for copy resources as sibling.protected static final CmsResource.CmsResourceCopyModeCopy mode to preserve siblings during copy.
- 
Method SummaryModifier and TypeMethodDescriptionvalueOf(int mode) Returns the copy mode object from the old copy mode integer.Methods inherited from class org.opencms.util.A_CmsModeIntEnumerationequals, getMode, hashCode, toString
- 
Field Details- 
MODE_COPY_AS_NEWCopy mode for copy resources as new resource.
- 
MODE_COPY_AS_SIBLINGCopy mode for copy resources as sibling.
- 
MODE_COPY_PRESERVE_SIBLINGCopy mode to preserve siblings during copy.
 
- 
- 
Method Details- 
valueOfReturns the copy mode object from the old copy mode integer.- Parameters:
- mode- the old copy mode integer
- Returns:
- the copy mode object
 
 
-