com.mysema.query.codegen
Class Types

java.lang.Object
  extended by com.mysema.query.codegen.Types

public final class Types
extends Object

Types provides Type constants

Author:
tiwe

Field Summary
static Type BOOLEAN
           
static Type BYTE
           
static Type CHAR
           
static Type DOUBLE
           
static Type FLOAT
           
static Type INT
           
static Type LONG
           
static Type OBJECT
           
static Type OBJECTS
           
static Type SHORT
           
static Type STRING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECTS

public static final Type OBJECTS

OBJECT

public static final Type OBJECT

BOOLEAN

public static final Type BOOLEAN

BYTE

public static final Type BYTE

CHAR

public static final Type CHAR

DOUBLE

public static final Type DOUBLE

FLOAT

public static final Type FLOAT

INT

public static final Type INT

LONG

public static final Type LONG

SHORT

public static final Type SHORT

STRING

public static final Type STRING


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.