Uses of Class
de.hybris.platform.validation.enums.ValidatorLanguage
-
Packages that use ValidatorLanguage Package Description de.hybris.platform.validation.annotations de.hybris.platform.validation.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.validation.model.constraints Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package. -
-
Uses of ValidatorLanguage in de.hybris.platform.validation.annotations
Methods in de.hybris.platform.validation.annotations that return ValidatorLanguage Modifier and Type Method Description ValidatorLanguagelanguage() -
Uses of ValidatorLanguage in de.hybris.platform.validation.enums
Methods in de.hybris.platform.validation.enums that return ValidatorLanguage Modifier and Type Method Description static ValidatorLanguageValidatorLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidatorLanguage[]ValidatorLanguage. values()Returns an array containing the constants of this enum type, 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 ValidatorLanguage Modifier and Type Method Description ValidatorLanguageDynamicConstraintModel. getLanguage()Generated method - Getter of theDynamicConstraint.languageattribute defined at extensionvalidation.Methods in de.hybris.platform.validation.model.constraints with parameters of type ValidatorLanguage Modifier and Type Method Description voidDynamicConstraintModel. setLanguage(ValidatorLanguage value)Generated method - Setter ofDynamicConstraint.languageattribute defined at extensionvalidation.Constructors in de.hybris.platform.validation.model.constraints with parameters of type ValidatorLanguage Constructor Description DynamicConstraintModel(java.lang.Class _annotation, java.lang.String _expression, java.lang.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(java.lang.Class _annotation, java.lang.String _expression, java.lang.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
-