public final class CmsSearchFieldMappingType extends A_CmsModeIntEnumeration
The mapping type is responsible to select which content from the OpenCms resource is used for a field.
| Modifier and Type | Field and Description |
|---|---|
static CmsSearchFieldMappingType |
ATTRIBUTE
The "dynamic" mapping type, this is required if a special class is used to process the field mapping value.
|
static CmsSearchFieldMappingType |
CONTENT
The "content" mapping type, maps the content of the resource (no parameters required).
|
static CmsSearchFieldMappingType |
DYNAMIC
The "dynamic" mapping type, this is required if a special class is used to process the field mapping value.
|
static CmsSearchFieldMappingType |
ITEM
The "item" mapping type, maps the selected content item of the content.
|
static CmsSearchFieldMappingType |
PROPERTY
The "property" mapping type, maps the selected property value of the resource.
|
static CmsSearchFieldMappingType |
PROPERTY_SEARCH
The "property-search" mapping type, maps the selected property value of the resource with search upwards.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static CmsSearchFieldMappingType |
valueOf(java.lang.String value)
Returns the matching field mapping type, or
null if the given value is
not a valid mapping type name. |
equals, getMode, hashCodepublic static final CmsSearchFieldMappingType ATTRIBUTE
public static final CmsSearchFieldMappingType CONTENT
public static final CmsSearchFieldMappingType DYNAMIC
public static final CmsSearchFieldMappingType ITEM
public static final CmsSearchFieldMappingType PROPERTY
public static final CmsSearchFieldMappingType PROPERTY_SEARCH
public static CmsSearchFieldMappingType valueOf(java.lang.String value)
null if the given value is
not a valid mapping type name.value - the name of the mapping typepublic java.lang.String toString()
toString in class A_CmsModeIntEnumerationA_CmsModeIntEnumeration.toString()