|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.util.A_CmsModeIntEnumeration
org.opencms.search.fields.CmsSearchFieldMappingType
public final class CmsSearchFieldMappingType
Describes a possible mapping type for a piece of content used in building a search index.
The mapping type is responsible to select which content from the OpenCms resource is used for a field.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opencms.util.A_CmsModeIntEnumeration |
|---|
equals, getMode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public 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
| Method Detail |
|---|
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 type
public java.lang.String toString()
toString in class A_CmsModeIntEnumerationA_CmsModeIntEnumeration.toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||