Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.forms.validation.annotations
Annotation Type Range


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Range

Author:
Bogdan Stefanescu

Optional Element Summary
 double max
           
 double min
           
 boolean negate
           
 

min

public abstract double min
Default:
4.9E-324

max

public abstract double max
Default:
1.7976931348623157E308

negate

public abstract boolean negate
Default:
false

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.