com.mysema.query.sql.support
Class SizeImpl
java.lang.Object
com.mysema.query.sql.support.SizeImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.validation.constraints.Size
public class SizeImpl
- extends java.lang.Object
- implements javax.validation.constraints.Size
- Author:
- tiwe
Nested classes/interfaces inherited from class javax.validation.constraints.Size |
javax.validation.constraints.Size.List |
Constructor Summary |
SizeImpl(int min,
int max)
|
Method Summary |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
|
java.lang.Class<?>[] |
groups()
|
int |
max()
|
java.lang.String |
message()
|
int |
min()
|
java.lang.Class<? extends javax.validation.Payload>[] |
payload()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode, toString |
SizeImpl
public SizeImpl(int min,
int max)
groups
public java.lang.Class<?>[] groups()
message
public java.lang.String message()
payload
public java.lang.Class<? extends javax.validation.Payload>[] payload()
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
max
public int max()
min
public int min()
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.