|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeasureInterface | |
---|---|
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 MeasureInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return MeasureInterface | |
---|---|
MeasureInterface |
MetadataInterface.getMeasure(Filter filter)
Returns the measure with the appropriate restrictions |
MeasureInterface[] |
CubeInterface.getMeasures()
Returns the measures associated with this cube. |
MeasureInterface[] |
MetadataInterface.getMeasures(Filter filter)
Returns the measure(s) with the appropriate restrictions |
Uses of MeasureInterface in com.sas.storage.olap.sasmdx |
---|
Classes in com.sas.storage.olap.sasmdx that implement MeasureInterface | |
---|---|
class |
Measure
Contains the client side implementation for com.sas.storage.olap.MeasureInterface. |
Methods in com.sas.storage.olap.sasmdx that return MeasureInterface | |
---|---|
MeasureInterface |
Metadata.getMeasure(Filter filter)
Returns the measure(s) with the appropriate restrictions |
MeasureInterface[] |
Cube.getMeasures()
Returns the measures for this cube. |
MeasureInterface[] |
Metadata.getMeasures(Filter filter)
Returns the measure(s) with the appropriate restrictions |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |