|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.olap4j.type.TypeUtil
public class TypeUtil
Utility methods relating to types.
NOTE: This class is experimental. Not part of the public olap4j API.
Constructor Summary | |
---|---|
TypeUtil()
|
Method Summary | |
---|---|
static boolean |
canEvaluate(Type type)
Returns whether a value of a given type can be evaluated to a scalar value. |
static boolean |
isSet(Type type)
Returns whether a type is a set type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeUtil()
Method Detail |
---|
public static boolean canEvaluate(Type type)
The rules are as follows:
type
- Type
public static boolean isSet(Type type)
type
- Type
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |