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
 HierarchyLevel HierarchyLevel.getParentLevel()
          Gets the HierarchyLevel for ParentLevel
 HierarchyLevel Hierarchy.getRootHierarchyLevel()
          Gets the HierarchyLevel for RootHierarchyLevel
 HierarchyLevel HierarchyLevel.getSubLevel()
          Gets the HierarchyLevel for SubLevel
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.