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

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

Uses of OLAPSchema in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return OLAPSchema
abstract  OLAPSchema File.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
abstract  OLAPSchema Dimension.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
abstract  OLAPSchema Cube.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 

Methods in com.sas.metadata.remote with parameters of type OLAPSchema
abstract  void File.setAssociatedOLAPSchema(OLAPSchema inObject)
          Sets the AssociatedOLAPSchemas list 0th element to be inObject.
abstract  void Dimension.setAssociatedOLAPSchema(OLAPSchema inObject)
          Sets the AssociatedOLAPSchemas list 0th element to be inObject.
abstract  void Cube.setAssociatedOLAPSchema(OLAPSchema inObject)
          Sets the AssociatedOLAPSchemas list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.