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

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

Uses of Level in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Level
abstract  Level OLAPProperty.getAssociatedLevel()
          Gets the Level for AssociatedLevel
abstract  Level HierarchyLevel.getAssociatedLevel()
          Gets the Level for AssociatedLevel
abstract  Level CalculatedMember.getAssociatedLevel()
          Gets the Level for AssociatedLevel
 

Methods in com.sas.metadata.remote with parameters of type Level
abstract  void OLAPProperty.setAssociatedLevel(Level inObject)
          Sets the AssociatedLevels list 0th element to be inObject.
abstract  void HierarchyLevel.setAssociatedLevel(Level inObject)
          Sets the AssociatedLevels list 0th element to be inObject.
abstract  void CalculatedMember.setAssociatedLevel(Level inObject)
          Sets the AssociatedLevels list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.