Uses of Interface
com.sas.storage.olap.MetadataEntityInterface

Packages that use MetadataEntityInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.storage.olap Provides a set of interfaces for accessing OLAP data. 
com.sas.storage.olap.sasmdx Provides a set of classes for accessing OLAP data from the SAS OLAP Server. 
 

Uses of MetadataEntityInterface in com.sas.dataselectors.filters
 

Constructors in com.sas.dataselectors.filters with parameters of type MetadataEntityInterface
OLAPMemberTreeNode(MetadataEntityInterface entity)
          Constructs a new tree node from the given source model object.
 

Uses of MetadataEntityInterface in com.sas.storage.olap
 

Subinterfaces of MetadataEntityInterface in com.sas.storage.olap
 interface CubeInterface
          Represents the metadata in a multidimensional cube.
 interface DimensionInterface
          Represents a dimension in a multidimensional cube.
 interface HierarchyInterface
          Represents a hierarchy in a multidimensional cube.
 interface LevelInterface
          Represents a level in a multidimensional cube.
 interface MeasureInterface
          Represents a measure in a multidimensional cube.
 interface MemberInterface
          Represents a member in a multidimensional cube.
 

Uses of MetadataEntityInterface in com.sas.storage.olap.sasmdx
 

Classes in com.sas.storage.olap.sasmdx that implement MetadataEntityInterface
 class Cube
          Contains the client side implementation for com.sas.storage.olap.CubeInterface.
 class Dimension
          Contains the client side implementation for com.sas.storage.olap.DimensionInterface.
 class Hierarchy
          Contains the client side implementation for com.sas.storage.olap.HierarchyInterface.
 class Level
          Contains the client side implementation for com.sas.storage.olap.LevelInterface.
 class Measure
          Contains the client side implementation for com.sas.storage.olap.MeasureInterface.
 class Member
          Contains the client side implementation for com.sas.storage.olap.MemberInterface.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.