|
|||||||||
| 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.StringType
public class StringType
The type of a string expression.
| Constructor Summary | |
|---|---|
StringType()
Creates a string 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 StringType()
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ScalarTypepublic boolean isInstance(java.lang.Object value)
Type
isInstance in interface TypeisInstance in class ScalarTypevalue - Value
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||