Uses of Interface
org.jboss.ironjacamar.api.BeanValidationGroupsType

Packages that use BeanValidationGroupsType
org.jboss.ironjacamar.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.ironjacamar.impl Provides the implementation classes as defined in the schema 
 

Uses of BeanValidationGroupsType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return BeanValidationGroupsType
 BeanValidationGroupsType<T> BeanValidationGroupsType.beanValidationGroup(String... values)
          Creates for all String objects representing bean-validation-group elements, a new bean-validation-group element
 BeanValidationGroupsType<IronjacamarType<T>> IronjacamarType.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 BeanValidationGroupsType<IronjacamarDescriptor> IronjacamarDescriptor.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 BeanValidationGroupsType<T> BeanValidationGroupsType.removeAllBeanValidationGroup()
          Removes the bean-validation-group element
 

Uses of BeanValidationGroupsType in org.jboss.ironjacamar.impl
 

Methods in org.jboss.ironjacamar.impl that return BeanValidationGroupsType
 BeanValidationGroupsType<T> BeanValidationGroupsTypeImpl.beanValidationGroup(String... values)
          Creates for all String objects representing bean-validation-group elements, a new bean-validation-group element
 BeanValidationGroupsType<IronjacamarDescriptor> IronjacamarDescriptorImpl.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 BeanValidationGroupsType<IronjacamarType<T>> IronjacamarTypeImpl.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 BeanValidationGroupsType<T> BeanValidationGroupsTypeImpl.removeAllBeanValidationGroup()
          Removes the bean-validation-group element
 



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