| 
 | ||||||
| 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.CmsResourceDeleteMode
public static final class CmsResource.CmsResourceDeleteMode
Enumeration class for resource delete modes.
| Field Summary | |
|---|---|
| protected static CmsResource.CmsResourceDeleteMode | MODE_DELETE_PRESERVE_SIBLINGSSignals that siblings of this resource should not be deleted. | 
| protected static CmsResource.CmsResourceDeleteMode | MODE_DELETE_REMOVE_SIBLINGSSignals that siblings of this resource should be deleted. | 
| Method Summary | |
|---|---|
| static CmsResource.CmsResourceDeleteMode | valueOf(int mode)Returns the delete mode object from the old delete 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.CmsResourceDeleteMode MODE_DELETE_PRESERVE_SIBLINGS
protected static final CmsResource.CmsResourceDeleteMode MODE_DELETE_REMOVE_SIBLINGS
| Method Detail | 
|---|
public static CmsResource.CmsResourceDeleteMode valueOf(int mode)
mode - the old delete mode integer
| 
 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||