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

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DErrorType.java69 public boolean isCompatibleWith(Type type) method in class:ErrorType
H A DNullType.java72 public boolean isCompatibleWith(Type type) method in class:NullType
H A DPrimitiveType.java75 public boolean isCompatibleWith(Type type) method in class:PrimitiveType
H A DClassType.java128 * @see Type#isCompatibleWith(Type)
130 public boolean isCompatibleWith(Type type) method in class:ClassType
149 return isCompatibleWith(comparable);
H A DType.java117 public abstract boolean isCompatibleWith(Type type); method in class:Type
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DExtension.java234 public boolean isCompatibleWith(Extension required) { method in class:Extension
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java405 public boolean isCompatibleWith(Object left, Object right) method in class:TypeSupport

Completed in 1343 milliseconds