com.mysema.query.sql.support
Class SizeImpl
java.lang.Object
com.mysema.query.sql.support.SizeImpl
- All Implemented Interfaces:
- Annotation, javax.validation.constraints.Size
public class SizeImpl
- extends 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeImpl
public SizeImpl(int min,
int max)
groups
public Class<?>[] groups()
message
public String message()
payload
public Class<? extends javax.validation.Payload>[] payload()
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
max
public int max()
min
public int min()
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.