Uses of Enum Class
org.opencms.xml.content.CmsGeoMappingConfiguration.EntryType
Packages that use CmsGeoMappingConfiguration.EntryType
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsGeoMappingConfiguration.EntryType in org.opencms.xml.content
Methods in org.opencms.xml.content that return CmsGeoMappingConfiguration.EntryTypeModifier and TypeMethodDescriptionCmsGeoMappingConfiguration.Entry.getType()Gets the mapping type.Returns the enum constant of this class with the specified name.static CmsGeoMappingConfiguration.EntryType[]CmsGeoMappingConfiguration.EntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencms.xml.content with parameters of type CmsGeoMappingConfiguration.EntryTypeModifierConstructorDescriptionEntry(CmsGeoMappingConfiguration.EntryType type, String value) Creates a new entry.