|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.datasource.IEssOlapApplication.EEssLoadStatus
The EEssLoadStatus class is an enumeration of Application load status.
Field Summary | |
static IEssOlapApplication.EEssLoadStatus |
LOADED
Load status: Application loaded. |
static int |
LOADED_INT_VALUE
Load status (int value): Application loaded. |
static IEssOlapApplication.EEssLoadStatus |
LOADING
Load status: Application loading. |
static int |
LOADING_INT_VALUE
Load status (int value): Application loading. |
static IEssOlapApplication.EEssLoadStatus |
NOT_LOADED
Load status: Application not loaded. |
static int |
NOT_LOADED_INT_VALUE
Load status (int value): Application not loaded. |
static IEssOlapApplication.EEssLoadStatus |
UNLOADING
Load status: Application is unloading. |
static int |
UNLOADING_INT_VALUE
Load status (int value): Application is unloading. |
Constructor Summary | |
IEssOlapApplication.EEssLoadStatus()
|
Method Summary | |
IEssEnum |
fromInt(int intValue)
Gets the IEssEnum from the int value. |
IEssEnum |
fromString(java.lang.String strValue)
Gets the IEssEnum from the String display value. |
int |
getCountPossibleValues()
Gets the count of possible values of the enumeration. |
java.lang.String[] |
getPossibleValues()
Gets the list of possible values of the enumeration. |
int |
intValue()
Gets the int value of the IEssEnum. |
static IEssOlapApplication.EEssLoadStatus |
sm_fromInt(int intValue)
Gets an enumeration object from its int value. |
static IEssOlapApplication.EEssLoadStatus |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value. |
static IEssOlapApplication.EEssLoadStatus[] |
sm_values()
Gets all the enumeration objects. |
java.lang.String |
stringValue()
Gets the String display value of the IEssEnum. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final IEssOlapApplication.EEssLoadStatus NOT_LOADED
public static final IEssOlapApplication.EEssLoadStatus LOADING
public static final IEssOlapApplication.EEssLoadStatus LOADED
public static final IEssOlapApplication.EEssLoadStatus UNLOADING
public static final int NOT_LOADED_INT_VALUE
public static final int LOADING_INT_VALUE
public static final int LOADED_INT_VALUE
public static final int UNLOADING_INT_VALUE
Constructor Detail |
public IEssOlapApplication.EEssLoadStatus()
Method Detail |
public static IEssOlapApplication.EEssLoadStatus sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssOlapApplication.EEssLoadStatus sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssOlapApplication.EEssLoadStatus[] sm_values() throws EssException
EssException
- if an error occurs.public java.lang.String stringValue() throws EssException
IEssEnum
stringValue
in interface IEssEnum
EssException
- if an error occurs.public int intValue() throws EssException
IEssEnum
intValue
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromInt(int intValue) throws EssException
IEssEnum
fromInt
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromString(java.lang.String strValue) throws EssException
IEssEnum
fromString
in interface IEssEnum
EssException
- if an error occurs.public int getCountPossibleValues() throws EssException
IEssEnum
getCountPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String[] getPossibleValues() throws EssException
IEssEnum
getPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |