Uses of Enum Class
de.hybris.platform.cockpit.model.meta.PropertyDescriptor.Occurrence
Packages that use PropertyDescriptor.Occurrence
Package
Description
-
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return PropertyDescriptor.OccurrenceModifier and TypeMethodDescriptionPropertyDescriptor.getOccurence()Tells if this property is mandatory, recommended or optional.Returns the enum constant of this class with the specified name.static PropertyDescriptor.Occurrence[]PropertyDescriptor.Occurrence.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return PropertyDescriptor.OccurrenceModifier and TypeMethodDescriptionAbstractPropertyDescriptor.getOccurence()ClassAttributePropertyDescriptor.getOccurence()ItemAttributePropertyDescriptor.getOccurence()MediaStreamPropertyMarker.getOccurence()WidgetParameterPropertyDescriptor.getOccurence()Methods in de.hybris.platform.cockpit.model.meta.impl with parameters of type PropertyDescriptor.OccurrenceModifier and TypeMethodDescriptionvoidAbstractPropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occurence) voidClassAttributePropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occ) voidItemAttributePropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occ) -
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return PropertyDescriptor.OccurrenceModifier and TypeMethodDescriptionClassAttributeSearchDescriptor.getOccurence()ItemAttributeSearchDescriptor.getOccurence()