net.csdn.mongo.validate
Class ValidateHelper.Numericality
java.lang.Object
net.csdn.mongo.validate.ValidateHelper.Numericality
- Enclosing class:
- ValidateHelper
public static class ValidateHelper.Numericality
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
greater_than
public static String greater_than
greater_than_or_equal_to
public static String greater_than_or_equal_to
equal_to
public static String equal_to
less_than
public static String less_than
less_than_or_equal_to
public static String less_than_or_equal_to
odd
public static String odd
even
public static String even
ValidateHelper.Numericality
public ValidateHelper.Numericality()
odd
public static boolean odd(Integer d1)
even
public static boolean even(Integer d1)
greater_than
public static boolean greater_than(Comparable d1,
Comparable d2)
greater_than_or_equal_to
public static boolean greater_than_or_equal_to(Comparable d1,
Comparable d2)
equal_to
public static boolean equal_to(Comparable d1,
Comparable d2)
less_than
public static boolean less_than(Comparable d1,
Comparable d2)
less_than_or_equal_to
public static boolean less_than_or_equal_to(Comparable d1,
Comparable d2)
Copyright © 2014. All Rights Reserved.