public static final class IEssCube.EEssDataLoadStatus extends java.lang.Object implements IEssEnum
| Modifier and Type | Field and Description |
|---|---|
static IEssCube.EEssDataLoadStatus |
CLEAN
Data load status: Data loaded and calculated.
|
static int |
CLEAN_INT_VALUE
Data load status (int value): Data loaded and calculated.
|
static IEssCube.EEssDataLoadStatus |
LOAD_ON_CALC
Data load status: Data loaded but not calculated.
|
static int |
LOAD_ON_CALC_INT_VALUE
Data load status (int value): Data loaded but not calculated.
|
static IEssCube.EEssDataLoadStatus |
NONE
Data load status: No data loaded
|
static int |
NONE_INT_VALUE
Data load status (int value): No data loaded
|
| Constructor and Description |
|---|
EEssDataLoadStatus() |
| 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.EEssDataLoadStatus |
sm_fromInt(int intValue)
Gets an enumeration object from its int value.
|
static IEssCube.EEssDataLoadStatus |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value.
|
static IEssCube.EEssDataLoadStatus[] |
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.EEssDataLoadStatus NONE
public static final IEssCube.EEssDataLoadStatus LOAD_ON_CALC
public static final IEssCube.EEssDataLoadStatus CLEAN
public static final int NONE_INT_VALUE
public static final int LOAD_ON_CALC_INT_VALUE
public static final int CLEAN_INT_VALUE
public static IEssCube.EEssDataLoadStatus 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.EEssDataLoadStatus 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.EEssDataLoadStatus[] 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