public static final class IEssCube.EEssLoadStatus extends java.lang.Object implements IEssEnum
| Modifier and Type | Field and Description |
|---|---|
static IEssCube.EEssLoadStatus |
LOADED
Load status: Cube loaded.
|
static int |
LOADED_INT_VALUE
Load status (int value): Cube loaded.
|
static IEssCube.EEssLoadStatus |
LOADING
Load status: Cube loading.
|
static int |
LOADING_INT_VALUE
Load status (int value): Cube loading.
|
static IEssCube.EEssLoadStatus |
NOT_LOADED
Load status: Cube not loaded.
|
static int |
NOT_LOADED_INT_VALUE
Load status (int value): Cube not loaded.
|
static IEssCube.EEssLoadStatus |
UNLOADING
Load status: Cube is unloading.
|
static int |
UNLOADING_INT_VALUE
Load status (int value): Cube is unloading.
|
| Constructor and Description |
|---|
EEssLoadStatus() |
| Modifier and Type | Method and Description |
|---|---|
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 IEssCube.EEssLoadStatus |
sm_fromInt(int intValue)
Gets an enumeration object from its int value.
|
static IEssCube.EEssLoadStatus |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value.
|
static IEssCube.EEssLoadStatus[] |
sm_values()
Gets all the enumeration objects.
|
java.lang.String |
stringValue()
Gets the String display value of the IEssEnum.
|
java.lang.String |
toString() |
public static final IEssCube.EEssLoadStatus NOT_LOADED
public static final IEssCube.EEssLoadStatus LOADING
public static final IEssCube.EEssLoadStatus LOADED
public static final IEssCube.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
public static IEssCube.EEssLoadStatus sm_fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
strValue - The string display value.com.essbase.api.base.EssException - if an error occurs.public static IEssCube.EEssLoadStatus sm_fromInt(int intValue) throws com.essbase.api.base.EssException
intValue - The int value.com.essbase.api.base.EssException - if an error occurs.public static IEssCube.EEssLoadStatus[] sm_values() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.public java.lang.String stringValue()
throws com.essbase.api.base.EssException
IEssEnumstringValue in interface IEssEnumEssException - if an error occurs.public int intValue()
throws com.essbase.api.base.EssException
IEssEnumpublic IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnumpublic IEssEnum fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
IEssEnumfromString in interface IEssEnumstrValue - The String display value.EssException - if an error occurs.public int getCountPossibleValues()
throws com.essbase.api.base.EssException
IEssEnumgetCountPossibleValues in interface IEssEnumEssException - if an error occurs.public java.lang.String[] getPossibleValues()
throws com.essbase.api.base.EssException
IEssEnumgetPossibleValues in interface IEssEnumEssException - if an error occurs.public java.lang.String toString()
toString in class java.lang.Object