Uses of Enum Class
de.hybris.platform.validation.enums.ValidatorLanguage
Packages that use ValidatorLanguage
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.validation.jalo.constraints package.
-
Uses of ValidatorLanguage in de.hybris.platform.validation.enums
Methods in de.hybris.platform.validation.enums that return ValidatorLanguageModifier and TypeMethodDescriptionstatic ValidatorLanguageReturns the enum constant of this class with the specified name.static ValidatorLanguage[]ValidatorLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidatorLanguage in de.hybris.platform.validation.model.constraints
Methods in de.hybris.platform.validation.model.constraints that return ValidatorLanguageModifier and TypeMethodDescriptionDynamicConstraintModel.getLanguage()Generated method - Getter of theDynamicConstraint.languageattribute defined at extensionvalidation.Methods in de.hybris.platform.validation.model.constraints with parameters of type ValidatorLanguageModifier and TypeMethodDescriptionvoidDynamicConstraintModel.setLanguage(ValidatorLanguage value) Generated method - Setter ofDynamicConstraint.languageattribute defined at extensionvalidation.Constructors in de.hybris.platform.validation.model.constraints with parameters of type ValidatorLanguageModifierConstructorDescriptionDynamicConstraintModel(Class _annotation, String _expression, String _id, ValidatorLanguage _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDynamicConstraintModel(Class _annotation, String _expression, String _id, ValidatorLanguage _language, 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