Interface BeanValidationGroupsType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
BeanValidationGroupsTypeImpl
public interface BeanValidationGroupsType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for thebean-validation-groupsTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanValidationGroupsType<T>beanValidationGroup(String... values)Creates for all String objects representingbean-validation-groupelements, a newbean-validation-groupelementList<String>getAllBeanValidationGroup()Returns allbean-validation-groupelementsBeanValidationGroupsType<T>removeAllBeanValidationGroup()Removes thebean-validation-groupelement
-
-
-
Method Detail
-
beanValidationGroup
BeanValidationGroupsType<T> beanValidationGroup(String... values)
Creates for all String objects representingbean-validation-groupelements, a newbean-validation-groupelement- Parameters:
values- list ofbean-validation-groupobjects- Returns:
- the current instance of
BeanValidationGroupsType
-
getAllBeanValidationGroup
List<String> getAllBeanValidationGroup()
Returns allbean-validation-groupelements- Returns:
- list of
bean-validation-group
-
removeAllBeanValidationGroup
BeanValidationGroupsType<T> removeAllBeanValidationGroup()
Removes thebean-validation-groupelement- Returns:
- the current instance of
BeanValidationGroupsType
-
-