|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bval.jsr303.groups.Group
public final class Group
Immutable object that wraps an interface representing a single group.
| Field Summary | |
|---|---|
static Group |
DEFAULT
the Default Group |
| Constructor Summary | |
|---|---|
Group(Class<?> group)
Create a new Group instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Class<?> |
getGroup()
Get the actual group class. |
int |
hashCode()
|
boolean |
isDefault()
Learn whether the group represented is the default group. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Group DEFAULT
| Constructor Detail |
|---|
public Group(Class<?> group)
group - | Method Detail |
|---|
public Class<?> getGroup()
public String toString()
toString in class Objectpublic boolean isDefault()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||