org.hibernate.validator.cfg.defs
Class MaxDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<MaxDef,Max>
      extended by org.hibernate.validator.cfg.defs.MaxDef

public class MaxDef
extends ConstraintDef<MaxDef,Max>

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef
constraintType, parameters
 
Constructor Summary
MaxDef()
           
 
Method Summary
 MaxDef value(long max)
           
 
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
addParameter, groups, message, payload, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxDef

public MaxDef()
Method Detail

value

public MaxDef value(long max)


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved