com.mysema.query.sql.support
Class MaxImpl

java.lang.Object
  extended by com.mysema.query.sql.support.MaxImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.validation.constraints.Max

public class MaxImpl
extends java.lang.Object
implements javax.validation.constraints.Max

Author:
tiwe

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.validation.constraints.Max
javax.validation.constraints.Max.List
 
Constructor Summary
MaxImpl(long value)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.Class<?>[] groups()
           
 java.lang.String message()
           
 java.lang.Class<? extends javax.validation.Payload>[] payload()
           
 long value()
           
 
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

MaxImpl

public MaxImpl(long value)
Method Detail

groups

public java.lang.Class<?>[] groups()

message

public java.lang.String message()

value

public long value()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

payload

public java.lang.Class<? extends javax.validation.Payload>[] payload()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.