Uses of Class
org.hibernate.validator.xml.GroupSequenceType

Packages that use GroupSequenceType
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of GroupSequenceType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml declared as GroupSequenceType
protected  GroupSequenceType ClassType.groupSequence
           
 

Methods in org.hibernate.validator.xml that return GroupSequenceType
 GroupSequenceType ObjectFactory.createGroupSequenceType()
          Create an instance of GroupSequenceType
 GroupSequenceType ClassType.getGroupSequence()
          Gets the value of the groupSequence property.
 

Methods in org.hibernate.validator.xml with parameters of type GroupSequenceType
 void ClassType.setGroupSequence(GroupSequenceType value)
          Sets the value of the groupSequence property.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved