Style Intelligence v12.0

inetsoft.uql
Interface XCubeMember

All Superinterfaces:
Cloneable, Serializable, inetsoft.util.XMLSerializable
All Known Implementing Classes:
ERMCubeMember, XMeasure

public interface XCubeMember
extends Cloneable, Serializable, inetsoft.util.XMLSerializable

An XCubeMember represents either a dimension level or measure in an OLAP cube.

Since:
10.1

Method Summary
 DataRef getDataRef()
          Get the data reference of this cube member.
 String getFolder()
          Get the folder of this cube member.
 String getName()
          Get the name of this cube member.
 String getType()
          Get the data type of this cube member.
 XMetaInfo getXMetaInfo()
          Get the XMetaInfo of this cube member.
 
Methods inherited from interface inetsoft.util.XMLSerializable
parseXML, writeXML
 

Method Detail

getName

String getName()
Get the name of this cube member.

Returns:
the name of this cube member.

getDataRef

DataRef getDataRef()
Get the data reference of this cube member.

Returns:
an XDataRef object.

getType

String getType()
Get the data type of this cube member. This will be one of the data type constants defined in inetsoft.uql.schema.XSchema

Returns:
the data type of this cube member.

getFolder

String getFolder()
Get the folder of this cube member.

Returns:
folder of the cube member.

getXMetaInfo

XMetaInfo getXMetaInfo()
Get the XMetaInfo of this cube member.

Returns:
the XMetaInfo of this cube member.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.