File
Doc
Category
Size
Date
Package
ErrorType.java
API Doc
Glassfish v2 API
2567
Fri May 04 22:35:08 BST 2007
com.sun.jdo.spi.persistence.support.sqlstore.query.util.type
ErrorType
java.lang.Object
Type
public class ErrorType extends Type
This class represents the internal error type used during semantic analysis.
author
Michael Bouschen
version
0.1
Fields Summary
Constructors Summary
ErrorType
()
super("jdoErrorType", void.class); //NOI18N
Methods Summary
public
boolean
isCompatibleWith
(
Type
type)
return true;
public
boolean
isOrderable
()
return true;
Java Code Source