Package org.opencms.ade.sitemap.shared
Enum CmsSitemapChange.ChangeType
java.lang.Object
java.lang.Enum<CmsSitemapChange.ChangeType>
org.opencms.ade.sitemap.shared.CmsSitemapChange.ChangeType
- All Implemented Interfaces:
Serializable
,Comparable<CmsSitemapChange.ChangeType>
,java.lang.constant.Constable
- Enclosing class:
- CmsSitemapChange
The change types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMaking a detail page the default.The clip-board only change.The create/new change.The delete resource change.The modify change.The remove from navigation change.The undelete resource change. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsSitemapChange.ChangeType
Returns the enum constant of this type with the specified name.static CmsSitemapChange.ChangeType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
bumpDetailPage
Making a detail page the default. -
clipboardOnly
The clip-board only change. -
create
The create/new change. -
delete
The delete resource change. -
modify
The modify change. -
remove
The remove from navigation change. -
undelete
The undelete resource change.
-
-
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
-