Uses of Interface
com.sas.metadata.remote.Cube

Packages that use Cube
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Cube in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Cube
 Cube GlobalFormula.getAssociatedCube()
          Gets the Cube for AssociatedCube
 Cube File.getAssociatedCube()
          Gets the Cube for AssociatedCube
 Cube Cube.getNextGeneration()
          Gets the Cube for NextGeneration
 Cube Aggregation.getOwningCube()
          Gets the Cube for OwningCube
 Cube Cube.getPreviousGeneration()
          Gets the Cube for PreviousGeneration
 

Methods in com.sas.metadata.remote with parameters of type Cube
 void GlobalFormula.setAssociatedCube(Cube inObject)
          Sets the AssociatedCubes list 0th element to be inObject.
 void File.setAssociatedCube(Cube inObject)
          Sets the AssociatedCubes list 0th element to be inObject.
 void Cube.setNextGeneration(Cube inObject)
          Sets the NextGenerations list 0th element to be inObject.
 void Aggregation.setOwningCube(Cube inObject)
          Sets the OwningCubes list 0th element to be inObject.
 void Cube.setPreviousGeneration(Cube inObject)
          Sets the PreviousGenerations list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.