Searched defs:isNumericType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java248 public static boolean isNumericType(Object type) method in class:TypeSupport
268 return isNumericType(type) ||
368 if (isNumericType(left) && isNumericType(right)) {
387 if (isNumericType(type)) {
621 } else if (isNumericType(type) || isNumericWrapperType(type)) {
633 if (isNumericType(type) || isNumericWrapperType(type)) {
649 } else if (isNumericType(type) || isNumericWrapperType(type)) {

Completed in 22 milliseconds