com.liferay.portal.kernel.dao.orm
Interface Type

All Known Implementing Classes:
TypeImpl

public interface Type

View Source

Author:
Brian Wing Shun Chan

Field Summary
static Type BOOLEAN
           
static Type DOUBLE
           
static Type FLOAT
           
static Type INTEGER
           
static Type LONG
           
static Type SHORT
           
static Type STRING
           
 
Method Summary
 java.lang.String getName()
           
 

Field Detail

BOOLEAN

static final Type BOOLEAN

DOUBLE

static final Type DOUBLE

FLOAT

static final Type FLOAT

INTEGER

static final Type INTEGER

LONG

static final Type LONG

SHORT

static final Type SHORT

STRING

static final Type STRING
Method Detail

getName

java.lang.String getName()