|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.olap.type.ScalarType
mondrian.olap.type.DateTimeType
public class DateTimeType
The type of an expression representing a date, time or timestamp.
Constructor Summary | |
---|---|
DateTimeType()
Creates a DateTime type. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
isInstance(java.lang.Object value)
Returns whether a value is valid for a type. |
Methods inherited from class mondrian.olap.type.ScalarType |
---|
computeCommonType, getDimension, getHierarchy, getLevel, hashCode, toString, usesDimension, usesHierarchy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DateTimeType()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ScalarType
public boolean isInstance(java.lang.Object value)
Type
isInstance
in interface Type
isInstance
in class ScalarType
value
- Value
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |