Interface EssLevel

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssLevelImpl

public interface EssLevel extends EssObject
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject

    EssObject.Type
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the level.
    Gets the number of the level.
    Gets the type of this object.
  • Method Details

    • getName

      String getName()
      Gets the name of the level.
      Specified by:
      getName in interface EssObject
      Returns:
      the name of this level
    • getType

      EssObject.Type getType()
      Description copied from interface: EssObject
      Gets the type of this object.
      Specified by:
      getType in interface EssObject
      Returns:
      the object type
    • getNumber

      Integer getNumber()
      Gets the number of the level.
      Returns:
      the number of the level.