| Package | Description |
|---|---|
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.validation.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.validation.model.constraints.jsr303 |
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints.jsr303 package.
|
| Constructor and Description |
|---|
B2BCustomerEmailConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
ItemModel _owner,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BCustomerEmailConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
static RegexpFlag |
RegexpFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegexpFlag[] |
RegexpFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RegexpFlag> |
PatternConstraintModel.getFlags()
Generated method - Getter of the
PatternConstraint.flags attribute defined at extension validation. |
java.util.Set<RegexpFlag> |
ObjectPatternConstraintModel.getFlags()
Generated method - Getter of the
ObjectPatternConstraint.flags attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternConstraintModel.setFlags(java.util.Set<RegexpFlag> value)
Generated method - Setter of
PatternConstraint.flags attribute defined at extension validation. |
void |
ObjectPatternConstraintModel.setFlags(java.util.Set<RegexpFlag> value)
Generated method - Setter of
ObjectPatternConstraint.flags attribute defined at extension ruleengineservices. |
| Constructor and Description |
|---|
ObjectPatternConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
ItemModel _owner,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectPatternConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PatternConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
ItemModel _owner,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PatternConstraintModel(java.lang.Class _annotation,
java.util.Set<RegexpFlag> _flags,
java.lang.String _id,
java.lang.String _regexp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2018 SAP SE. All Rights Reserved.