|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.dataquery.IEssOpZoomIn.EEssZoomInPreference
public static final class IEssOpZoomIn.EEssZoomInPreference
The EEssZoomInPreference class is an enumeration of zoom in preferences.
Field Summary | |
---|---|
static IEssOpZoomIn.EEssZoomInPreference |
ALL_LEVELS Zoom in preference: All levels. |
static int |
ALL_LEVELS_INT_VALUE Zoom in preference (int value): All levels. |
static IEssOpZoomIn.EEssZoomInPreference |
BOTTOM_LEVEL Zoom in preference: Bottom level. |
static int |
BOTTOM_LEVEL_INT_VALUE Zoom in preference (int value): Bottom level. |
static IEssOpZoomIn.EEssZoomInPreference |
CALC_LEVEL Zoom in preference: Calculation level. |
static int |
CALC_LEVEL_INT_VALUE Zoom in preference (int value): Calculation level. |
static IEssOpZoomIn.EEssZoomInPreference |
NEXT_LEVEL Zoom in preference: Next level. |
static int |
NEXT_LEVEL_INT_VALUE Zoom in preference (int value): Next level. |
static IEssOpZoomIn.EEssZoomInPreference |
SAME_GENERATION Zoom in preference: Same generation. |
static int |
SAME_GENERATION_INT_VALUE Zoom in preference (int value): Same generation. |
static IEssOpZoomIn.EEssZoomInPreference |
SAME_LEVEL Zoom in preference: Same level. |
static int |
SAME_LEVEL_INT_VALUE Zoom in preference (int value): Same level. |
static IEssOpZoomIn.EEssZoomInPreference |
SIBLING_LEVEL Zoom in preference: Sibling level. |
static int |
SIBLING_LEVEL_INT_VALUE Zoom in preference (int value): Sibling level. |
Constructor Summary | |
---|---|
IEssOpZoomIn.EEssZoomInPreference() |
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 IEssOpZoomIn.EEssZoomInPreference |
sm_fromInt(int intValue) Gets an enumeration object from its int value. |
static IEssOpZoomIn.EEssZoomInPreference |
sm_fromString(java.lang.String strValue) Gets an enumeration object from its string display value. |
static IEssOpZoomIn.EEssZoomInPreference[] |
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 IEssOpZoomIn.EEssZoomInPreference NEXT_LEVEL
public static final IEssOpZoomIn.EEssZoomInPreference ALL_LEVELS
public static final IEssOpZoomIn.EEssZoomInPreference BOTTOM_LEVEL
public static final IEssOpZoomIn.EEssZoomInPreference SIBLING_LEVEL
public static final IEssOpZoomIn.EEssZoomInPreference SAME_LEVEL
public static final IEssOpZoomIn.EEssZoomInPreference SAME_GENERATION
public static final IEssOpZoomIn.EEssZoomInPreference CALC_LEVEL
public static final int NEXT_LEVEL_INT_VALUE
public static final int ALL_LEVELS_INT_VALUE
public static final int BOTTOM_LEVEL_INT_VALUE
public static final int SIBLING_LEVEL_INT_VALUE
public static final int SAME_LEVEL_INT_VALUE
public static final int SAME_GENERATION_INT_VALUE
public static final int CALC_LEVEL_INT_VALUE
Constructor Detail |
---|
public IEssOpZoomIn.EEssZoomInPreference()
Method Detail |
---|
public static IEssOpZoomIn.EEssZoomInPreference 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 IEssOpZoomIn.EEssZoomInPreference 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 IEssOpZoomIn.EEssZoomInPreference[] 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
IEssEnum
stringValue
in interface IEssEnum
EssException
- if an error occurs.public int intValue() throws com.essbase.api.base.EssException
IEssEnum
intValue
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnum
fromInt
in interface IEssEnum
intValue
- The int value.EssException
- if an error occurs.public IEssEnum fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
IEssEnum
fromString
in interface IEssEnum
strValue
- The String display value.EssException
- if an error occurs.public int getCountPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getCountPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String[] getPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |