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
 OLAPSchema File.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 OLAPSchema Dimension.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 OLAPSchema Cube.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.