com.essbase.api.metadata
Interface IEssLevel

All Superinterfaces:
IEssBaseObject

public interface IEssLevel
extends IEssBaseObject

The IEssLevel interface. (FOR FUTURE USE ONLY.)


Method Summary
 java.lang.String getActualName()
          Gets the actual level name.
 java.lang.String getDefaultName()
          Gets the default level name.
 java.lang.String getName()
          Gets the level name.
 int getNumber()
          Gets the level number.
 

Method Detail

getName

public java.lang.String getName()
                         throws EssException
Gets the level name. If there is an actual name associated, the actual name is returned, else the default name is returned.

Returns:
The level name.
Throws:
EssException - if an error occurs.

getDefaultName

public java.lang.String getDefaultName()
                                throws EssException
Gets the default level name.

Returns:
The default level name.
Throws:
EssException - if an error occurs.

getActualName

public java.lang.String getActualName()
                               throws EssException
Gets the actual level name.

Returns:
The actual level name.
Throws:
EssException - if an error occurs.

getNumber

public int getNumber()
              throws EssException
Gets the level number.

Returns:
The level number.
Throws:
EssException - if an error occurs.