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

Packages that use Level
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
  • Uses of Level in com.sas.metadata.remote

    Methods in com.sas.metadata.remote that return Level
    Modifier and Type
    Method
    Description
    CalculatedMember.getAssociatedLevel()
    Gets the Level for AssociatedLevel
    HierarchyLevel.getAssociatedLevel()
    Gets the Level for AssociatedLevel
    OLAPProperty.getAssociatedLevel()
    Gets the Level for AssociatedLevel
    Methods in com.sas.metadata.remote with parameters of type Level
    Modifier and Type
    Method
    Description
    void
    CalculatedMember.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.
    void
    HierarchyLevel.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.
    void
    OLAPProperty.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.
  • Uses of Level in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Level
    Modifier and Type
    Method
    Description
    CalculatedMemberImpl.getAssociatedLevel()
    Gets the Level for AssociatedLevel NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    HierarchyLevelImpl.getAssociatedLevel()
    Gets the Level for AssociatedLevel NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    OLAPPropertyImpl.getAssociatedLevel()
    Gets the Level for AssociatedLevel NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    Methods in com.sas.metadata.remote.impl with parameters of type Level
    Modifier and Type
    Method
    Description
    void
    CalculatedMemberImpl.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.
    void
    HierarchyLevelImpl.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.
    void
    OLAPPropertyImpl.setAssociatedLevel(Level inObject)
    Sets the AssociatedLevels list 0th element to be inObject.