File
Doc
Category
Size
Date
Package
BooleanType.java
API Doc
Glassfish v2 API
2441
Fri May 04 22:35:08 BST 2007
com.sun.jdo.spi.persistence.support.sqlstore.query.util.type
BooleanType
java.lang.Object
PrimitiveType
public class BooleanType extends PrimitiveType
This class represents the type boolean
author
Michael Bouschen
version
0.1
Fields Summary
Constructors Summary
public BooleanType
()
super("boolean", boolean.class, FieldTypeEnumeration.BOOLEAN_PRIMITIVE); //NOI18N
Methods Summary
Java Code Source