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

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

Uses of HierarchyLevel in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return HierarchyLevel
abstract  HierarchyLevel HierarchyLevel.getParentLevel()
          Gets the HierarchyLevel for ParentLevel
abstract  HierarchyLevel Hierarchy.getRootHierarchyLevel()
          Gets the HierarchyLevel for RootHierarchyLevel
abstract  HierarchyLevel HierarchyLevel.getSubLevel()
          Gets the HierarchyLevel for SubLevel
 

Methods in com.sas.metadata.remote with parameters of type HierarchyLevel
abstract  void HierarchyLevel.setParentLevel(HierarchyLevel inObject)
          Sets the ParentLevels list 0th element to be inObject.
abstract  void Hierarchy.setRootHierarchyLevel(HierarchyLevel inObject)
          Sets the RootHierarchyLevels list 0th element to be inObject.
abstract  void HierarchyLevel.setSubLevel(HierarchyLevel inObject)
          Sets the SubLevels list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.