Uses of Class
de.hybris.platform.configurablebundleservices.enums.BundleRuleTypeEnum
-
Packages that use BundleRuleTypeEnum Package Description de.hybris.platform.configurablebundleservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.configurablebundleservices.model Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package. -
-
Uses of BundleRuleTypeEnum in de.hybris.platform.configurablebundleservices.enums
Fields in de.hybris.platform.configurablebundleservices.enums declared as BundleRuleTypeEnum Modifier and Type Field Description static BundleRuleTypeEnumBundleRuleTypeEnum. ALLGenerated enum value for BundleRuleTypeEnum.ALL declared at extension configurablebundleservices.static BundleRuleTypeEnumBundleRuleTypeEnum. ANYGenerated enum value for BundleRuleTypeEnum.ANY declared at extension configurablebundleservices.Methods in de.hybris.platform.configurablebundleservices.enums that return BundleRuleTypeEnum Modifier and Type Method Description static BundleRuleTypeEnumBundleRuleTypeEnum. valueOf(java.lang.String code)Returns a BundleRuleTypeEnum instance representing the specified enum value. -
Uses of BundleRuleTypeEnum in de.hybris.platform.configurablebundleservices.model
Methods in de.hybris.platform.configurablebundleservices.model that return BundleRuleTypeEnum Modifier and Type Method Description BundleRuleTypeEnumAbstractBundleRuleModel. getRuleType()Generated method - Getter of theAbstractBundleRule.ruleTypeattribute defined at extensionconfigurablebundleservices.Methods in de.hybris.platform.configurablebundleservices.model with parameters of type BundleRuleTypeEnum Modifier and Type Method Description voidAbstractBundleRuleModel. setRuleType(BundleRuleTypeEnum value)Generated method - Setter ofAbstractBundleRule.ruleTypeattribute defined at extensionconfigurablebundleservices.
-