org.hibernate.validator.cfg.defs
Class SizeDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<SizeDef,Size>
      extended by org.hibernate.validator.cfg.defs.SizeDef

public class SizeDef
extends ConstraintDef<SizeDef,Size>

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef
constraintType, parameters
 
Constructor Summary
SizeDef()
           
 
Method Summary
 SizeDef max(int max)
           
 SizeDef min(int min)
           
 
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

SizeDef

public SizeDef()
Method Detail

min

public SizeDef min(int min)

max

public SizeDef max(int max)


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