Package com.tridion.storage
Enum Class StorageTypeMapping
- All Implemented Interfaces:
Serializable,Comparable<StorageTypeMapping>,Constable
StorageTypeMapping.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBinary Content.Binary Meta.Binary Variant.Component Meta.Component Presentation.Component Presentation Meta.Content.Public Content API Query.Dynamic Link Info.EclSchema.Item Meta.Link Info.Namespace.Page.Page Meta.Publication.Publication Mapping.Query.Reference Entry.Schema.Taxonomy.XSLT. -
Method Summary
Modifier and TypeMethodDescriptionGet the name as it is used in the configuration.static StorageTypeMappingReturns the enum constant of this class with the specified name.static StorageTypeMapping[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BINARY_CONTENT
Binary Content. -
BINARY_META
Binary Meta. -
BINARY_VARIANT
Binary Variant. -
COMPONENT_META
Component Meta. -
COMPONENT_PRESENTATION
Component Presentation. -
COMPONENT_PRESENTATION_META
Component Presentation Meta. -
DYNAMIC_LINK
Dynamic Link Info. -
ITEM_META
Item Meta. -
LINK_INFO
Link Info. -
NAMESPACE
Namespace. -
CONTENT
Content. -
PAGE
Page. -
PAGE_META
Page Meta. -
PUBLICATION
Publication. -
PUBLICATION_MAPPING
Publication Mapping. -
CONTENT_QUERY
Public Content API Query. -
QUERY
Query. -
REFERENCE_ENTRY
Reference Entry. -
SCHEMA
Schema. -
ECL_SCHEMA
EclSchema. -
TAXONOMY
Taxonomy. -
XSLT
XSLT.
-
-
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
-
getConfigurationName
Get the name as it is used in the configuration.- Returns:
- The name as it is used in the configuration.
-