com.mysema.query.sql.support
Class SizeImpl

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from class javax.validation.constraints.Size
javax.validation.constraints.Size.List
 
Constructor Summary
SizeImpl(int min, int max)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 Class<?>[] groups()
           
 int max()
           
 String message()
           
 int min()
           
 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
 

Constructor Detail

SizeImpl

public SizeImpl(int min,
                int max)
Method Detail

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.