org.hibernate.beanvalidation.tck.util
Class PathNodeKinds
java.lang.Object
org.hibernate.beanvalidation.tck.util.PathNodeKinds
- All Implemented Interfaces:
- Comparable<PathNodeKinds>
public class PathNodeKinds
- extends Object
- implements Comparable<PathNodeKinds>
A list of ElementKinds, representing the kinds of the nodes of a
given Path. Instances are retrieved via
TestUtil#kinds(Kind...).
Implemented as separate class since generic classes such as List
can't be passed without warning to varargs methods in Java 6.
- Author:
- Gunnar Morling
compareTo
public int compareTo(PathNodeKinds other)
- Specified by:
compareTo in interface Comparable<PathNodeKinds>
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2013. All Rights Reserved.