org.jboss.resourceadapters.api
Interface BeanValidationGroupsType<T>

All Superinterfaces:
Child<T>
All Known Implementing Classes:
BeanValidationGroupsTypeImpl

public interface BeanValidationGroupsType<T>
extends Child<T>

This interface defines the contract for the bean-validation-groupsType xsd type

Since:
Generation date :2013-01-26T19:27:02.583+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 BeanValidationGroupsType<T> beanValidationGroup(String... values)
          Creates for all String objects representing bean-validation-group elements, a new bean-validation-group element
 List<String> getAllBeanValidationGroup()
          Returns all bean-validation-group elements
 BeanValidationGroupsType<T> removeAllBeanValidationGroup()
          Removes the bean-validation-group element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

beanValidationGroup

BeanValidationGroupsType<T> beanValidationGroup(String... values)
Creates for all String objects representing bean-validation-group elements, a new bean-validation-group element

Parameters:
values - list of bean-validation-group objects
Returns:
the current instance of BeanValidationGroupsType

getAllBeanValidationGroup

List<String> getAllBeanValidationGroup()
Returns all bean-validation-group elements

Returns:
list of bean-validation-group

removeAllBeanValidationGroup

BeanValidationGroupsType<T> removeAllBeanValidationGroup()
Removes the bean-validation-group element

Returns:
the current instance of BeanValidationGroupsType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.