|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.datasource.IEssCube.EEssRestructureOption
The EEssRestructureOption class is an enumeration of Cube restructure options.
Field Summary | |
static IEssCube.EEssRestructureOption |
DISCARD_ALL_DATA
Restructure option: Discard all data. |
static int |
DISCARD_ALL_DATA_INT_VALUE
Restructure option (int value): Discard all data. |
static IEssCube.EEssRestructureOption |
KEEP_ALL_DATA
Restructure option: Keep all data. |
static int |
KEEP_ALL_DATA_INT_VALUE
Restructure option (int value): Keep all data. |
static IEssCube.EEssRestructureOption |
KEEP_ONLY_INPUT_DATA
Restructure option: Keep only input data. |
static int |
KEEP_ONLY_INPUT_DATA_INT_VALUE
Restructure option (int value): Keep only input data. |
static IEssCube.EEssRestructureOption |
KEEP_ONLY_LEVEL0_DATA
Restructure option: Keep only level-0 data. |
static int |
KEEP_ONLY_LEVEL0_DATA_INT_VALUE
Restructure option (int value): Keep only level-0 data. |
Constructor Summary | |
IEssCube.EEssRestructureOption()
|
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 IEssCube.EEssRestructureOption |
sm_fromInt(int intValue)
Gets an enumeration object from its int value. |
static IEssCube.EEssRestructureOption |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value. |
static IEssCube.EEssRestructureOption[] |
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 IEssCube.EEssRestructureOption KEEP_ALL_DATA
public static final IEssCube.EEssRestructureOption DISCARD_ALL_DATA
public static final IEssCube.EEssRestructureOption KEEP_ONLY_LEVEL0_DATA
public static final IEssCube.EEssRestructureOption KEEP_ONLY_INPUT_DATA
public static final int KEEP_ALL_DATA_INT_VALUE
public static final int DISCARD_ALL_DATA_INT_VALUE
public static final int KEEP_ONLY_LEVEL0_DATA_INT_VALUE
public static final int KEEP_ONLY_INPUT_DATA_INT_VALUE
Constructor Detail |
public IEssCube.EEssRestructureOption()
Method Detail |
public static IEssCube.EEssRestructureOption sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssCube.EEssRestructureOption sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssCube.EEssRestructureOption[] 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 |