Uses of Enum
org.opencms.xml.types.I_CmsXmlContentValue.SearchContentType
Packages that use I_CmsXmlContentValue.SearchContentType
Package
Description
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of I_CmsXmlContentValue.SearchContentType in org.opencms.xml.types
Methods in org.opencms.xml.types that return I_CmsXmlContentValue.SearchContentTypeModifier and TypeMethodDescriptionI_CmsXmlContentValue.SearchContentType.fromString
(String type) Converts the String into a SearchContentType.I_CmsXmlContentValue.CmsSearchContentConfig.getSearchContentType()
Returns the enum constant of this type with the specified name.I_CmsXmlContentValue.SearchContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.xml.types with parameters of type I_CmsXmlContentValue.SearchContentTypeModifier and TypeMethodDescriptionI_CmsXmlContentValue.CmsSearchContentConfig.get
(I_CmsXmlContentValue.SearchContentType searchContentType) Returns the configuration for the search content type.I_CmsXmlContentValue.CmsSearchContentConfig.get
(I_CmsXmlContentValue.SearchContentType searchContentType, String adjustmentClass) Returns the configuration for the combination of search content type and adjustment class.