Enum Class StructureTypeMode
- All Implemented Interfaces:
Serializable,Comparable<StructureTypeMode>,Constable
StructureTypeMode.BASE is used to tag attributes defined outside of this extension.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forStructureTypeMode.ADDvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.BASEvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.CATEGORYvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.CONTENTvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.CREATEvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.DEFAULTvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.EDITvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.EXTERNALvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.PREVIEWVERSIONvalue defined at extensioncmsfacades.Generated enum value forStructureTypeMode.PRODUCTvalue defined at extensioncmsfacades. -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureTypeModeReturns the enum constant of this class with the specified name.static StructureTypeMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BASE
Generated enum value forStructureTypeMode.BASEvalue defined at extensioncmsfacades. -
DEFAULT
Generated enum value forStructureTypeMode.DEFAULTvalue defined at extensioncmsfacades. -
ADD
Generated enum value forStructureTypeMode.ADDvalue defined at extensioncmsfacades. -
CREATE
Generated enum value forStructureTypeMode.CREATEvalue defined at extensioncmsfacades. -
EDIT
Generated enum value forStructureTypeMode.EDITvalue defined at extensioncmsfacades. -
CONTENT
Generated enum value forStructureTypeMode.CONTENTvalue defined at extensioncmsfacades. -
PRODUCT
Generated enum value forStructureTypeMode.PRODUCTvalue defined at extensioncmsfacades. -
CATEGORY
Generated enum value forStructureTypeMode.CATEGORYvalue defined at extensioncmsfacades. -
EXTERNAL
Generated enum value forStructureTypeMode.EXTERNALvalue defined at extensioncmsfacades. -
PREVIEWVERSION
Generated enum value forStructureTypeMode.PREVIEWVERSIONvalue defined at extensioncmsfacades.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-