public class Group extends Object
Modified from the Hibernate validator for use with GWT.
Constructor and Description |
---|
Group(Class<?> group)
Creates a group that is not part of a sequence with no parents.
|
Group(Class<?> group,
Class<?> sequence)
Creates a group that is part of a sequence with no parents.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<?> |
getGroup() |
Class<?> |
getSequence() |
int |
hashCode() |
boolean |
isDefaultGroup() |
String |
toString() |
Copyright © 2018. All rights reserved.