|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OlapType
OlapType defines the type of a value in a datasource.
Nested Class Summary | |
---|---|
static class |
OlapType.DefType
|
Field Summary | |
---|---|
static OlapType |
BOOLEAN
type representing a boolean |
static OlapType |
CURRENCY
type representing a currency |
static OlapType |
DOUBLE
type representing a double |
static OlapType |
INTEGER
type representing an integer |
static OlapType |
LARGE_INTEGER
type representing a large integer |
static OlapType |
STRING
type representing a string |
static OlapType |
UNSIGNED_INTEGER
type representing an unsigned integer |
static OlapType |
UNSIGNED_SHORT
type representing an unsigned short |
static OlapType |
VARIANT
type representing a variant |
Method Summary | |
---|---|
String |
getName()
Returns the name of the type. |
Field Detail |
---|
static final OlapType INTEGER
static final OlapType DOUBLE
static final OlapType CURRENCY
static final OlapType BOOLEAN
static final OlapType VARIANT
static final OlapType UNSIGNED_SHORT
static final OlapType UNSIGNED_INTEGER
static final OlapType LARGE_INTEGER
static final OlapType STRING
Method Detail |
---|
String getName()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |