Uses of Enum Class
de.hybris.platform.searchservices.enums.SnFieldType
Packages that use SnFieldType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
-
Uses of SnFieldType in de.hybris.platform.searchservices.admin.data
Methods in de.hybris.platform.searchservices.admin.data that return SnFieldTypeMethods in de.hybris.platform.searchservices.admin.data with parameters of type SnFieldTypeModifier and TypeMethodDescriptionvoidSnField.setFieldType(SnFieldType fieldType) voidSnFieldTypeInfo.setFieldType(SnFieldType fieldType) -
Uses of SnFieldType in de.hybris.platform.searchservices.enums
Methods in de.hybris.platform.searchservices.enums that return SnFieldTypeModifier and TypeMethodDescriptionstatic SnFieldTypeReturns the enum constant of this class with the specified name.static SnFieldType[]SnFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SnFieldType in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnFieldTypeModifier and TypeMethodDescriptionSnFieldModel.getFieldType()Generated method - Getter of theSnField.fieldTypeattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnFieldTypeModifier and TypeMethodDescriptionvoidSnFieldModel.setFieldType(SnFieldType value) Generated method - Setter ofSnField.fieldTypeattribute defined at extensionsearchservices.Constructors in de.hybris.platform.searchservices.model with parameters of type SnFieldTypeModifierConstructorDescriptionSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters