FileDocCategorySizeDatePackage
ErrorType.javaAPI DocGlassfish v2 API2567Fri May 04 22:35:08 BST 2007com.sun.jdo.spi.persistence.support.sqlstore.query.util.type

ErrorType

public class ErrorType extends Type
This class represents the internal error type used during semantic analysis.
author
Michael Bouschen
version
0.1

(Omit source code)

Fields Summary
Constructors Summary
ErrorType()

        super("jdoErrorType", void.class); //NOI18N
    
Methods Summary
public booleanisCompatibleWith(Type type)

        return true;
    
public booleanisOrderable()

                return true;