Enum CmsCntPageData.ElementDeleteMode
java.lang.Object
java.lang.Enum<CmsCntPageData.ElementDeleteMode>
org.opencms.ade.containerpage.shared.CmsCntPageData.ElementDeleteMode
- All Implemented Interfaces:
Serializable
,Comparable<CmsCntPageData.ElementDeleteMode>
,java.lang.constant.Constable
- Enclosing class:
- CmsCntPageData
The element delte modes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDon't ask, delete no longer referenced element resources.Don't ask, keep no longer referenced element resources.Ask if no longer referenced element resources should be deleted.Ask if no longer referenced element resources should be deleted. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CmsCntPageData.ElementDeleteMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
alwaysDelete
Don't ask, delete no longer referenced element resources. -
alwaysKeep
Don't ask, keep no longer referenced element resources. -
askDelete
Ask if no longer referenced element resources should be deleted. Delete is preselected. -
askKeep
Ask if no longer referenced element resources should be deleted. Keep is preselected.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-