org.hibernate.validator.cfg.defs
Class LengthDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<LengthDef,Length>
      extended by org.hibernate.validator.cfg.defs.LengthDef

public class LengthDef
extends ConstraintDef<LengthDef,Length>

Author:
Hardy Ferentschik

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

LengthDef

public LengthDef()
Method Detail

min

public LengthDef min(int min)

max

public LengthDef max(int max)


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