|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.metadata.impl.AbstractOlapObject
com.citra.pivot.olap.metadata.impl.OlapMemberImpl
com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
public class OlapMeasureImpl
OlapMeasureImpl is a modifiable OlapMeasure implementation.
Field Summary | |
---|---|
protected Class |
dataType
the measure's data type |
protected OlapType |
type
the measure's olap type |
Fields inherited from class com.citra.pivot.olap.metadata.impl.OlapMemberImpl |
---|
level, memberCount |
Fields inherited from class com.citra.pivot.olap.metadata.impl.AbstractOlapObject |
---|
caption, description, id, name |
Constructor Summary | |
---|---|
OlapMeasureImpl(String name,
String id,
String caption,
String description,
Class dataType,
OlapType type,
OlapLevelImpl level)
Constructs an OlapMeasureImpl. |
Method Summary | |
---|---|
OlapType |
getDataType()
Retrieves the measure's olap type. |
Class |
getJavaDataType()
Retrieves the measure's data type as a java class. |
void |
setDataType(OlapType type)
Assigns the data type of this measure. |
void |
setJavaDataType(Class c)
Assigns the java data type of this measure. |
Methods inherited from class com.citra.pivot.olap.metadata.impl.OlapMemberImpl |
---|
getLevel, getMemberCount, setLevel, setMemberCount, toString |
Methods inherited from class com.citra.pivot.olap.metadata.impl.AbstractOlapObject |
---|
getCaption, getDescription, getID, getName, setCaption, setDescription, setID, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapMember |
---|
getLevel, getMemberCount |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject |
---|
getCaption, getDescription, getID, getName |
Field Detail |
---|
protected Class dataType
protected OlapType type
Constructor Detail |
---|
public OlapMeasureImpl(String name, String id, String caption, String description, Class dataType, OlapType type, OlapLevelImpl level)
Method Detail |
---|
public OlapType getDataType()
getDataType
in interface OlapMeasure
public Class getJavaDataType()
getJavaDataType
in interface OlapMeasure
public void setDataType(OlapType type)
type
- the data type to assignpublic void setJavaDataType(Class c)
c
- the java data type to assign
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |