| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.query.util.type |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType
This class represents the type boolean
|
class |
FloatingPointType
This class represents the types float and double.
|
class |
IntegralType
This class represents the types
byte, short int, long and char
|
class |
NumericType
This class is the super class for all integral and floating point types.
|
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveType |
WrapperClassType.primitiveType |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
WrapperClassType.getPrimitiveType() |
| Constructor and Description |
|---|
NumericWrapperClassType(String name,
Class clazz,
int enumType,
PrimitiveType primitiveType,
TypeTable typetab) |
WrapperClassType(String name,
Class clazz,
int enumType,
PrimitiveType primitiveType,
TypeTable typetab) |
Copyright © 2017. All rights reserved.