| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidatorLanguage |
ValidatorLanguage.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.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorLanguage |
DynamicConstraintModel.getLanguage()
Generated method - Getter of the
DynamicConstraint.language attribute defined at extension validation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConstraintModel.setLanguage(ValidatorLanguage value)
Generated method - Setter of
DynamicConstraint.language attribute defined at extension validation. |
| Constructor and Description |
|---|
DynamicConstraintModel(java.lang.Class _annotation,
java.lang.String _expression,
java.lang.String _id,
ValidatorLanguage _language)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DynamicConstraintModel(java.lang.Class _annotation,
java.lang.String _expression,
java.lang.String _id,
ValidatorLanguage _language,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2018 SAP SE. All Rights Reserved.