|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.dataquery.IEssOperation.EEssOperationType
The EEssOperationType class is an enumeration of operation types.
Field Summary | |
static IEssOperation.EEssOperationType |
CALC
Operation type: Calculate using script. |
static IEssOperation.EEssOperationType |
CALC_FILE
Operation type: Calculate using script from file. |
static int |
CALC_FILE_INT_VALUE
Operation type: Calculate using script from file. |
static int |
CALC_INT_VALUE
Operation type: Calculate using script. |
static IEssOperation.EEssOperationType |
CASCADE
|
static int |
CASCADE_INT_VALUE
|
static IEssOperation.EEssOperationType |
CONDITIONAL_RETRIEVE
Operation type: Conditional retrieve. |
static int |
CONDITIONAL_RETRIEVE_INT_VALUE
Operation type: Conditional retrieve. |
static IEssOperation.EEssOperationType |
CONDITIONAL_ZOOM_IN
Operation type: Conditional zoom in. |
static int |
CONDITIONAL_ZOOM_IN_INT_VALUE
Operation type: Conditional zoom in. |
static IEssOperation.EEssOperationType |
KEEP_ONLY
Operation type: Keep only. |
static int |
KEEP_ONLY_INT_VALUE
Operation type: Keep only. |
static IEssOperation.EEssOperationType |
LOCK
Operation type: Lock. |
static int |
LOCK_INT_VALUE
Operation type: Lock. |
static IEssOperation.EEssOperationType |
MDX_QUERY
Operation type: MDX Query. |
static int |
MDX_QUERY_INT_VALUE
Operation type: MDX Query. |
static IEssOperation.EEssOperationType |
PIVOT
Operation type: Pivot. |
static int |
PIVOT_INT_VALUE
Operation type: Pivot. |
static IEssOperation.EEssOperationType |
REMOVE_ONLY
Operation type: Remove only. |
static int |
REMOVE_ONLY_INT_VALUE
Operation type: Remove only. |
static IEssOperation.EEssOperationType |
REPORT
Operation type: Report. |
static IEssOperation.EEssOperationType |
REPORT_FILE
Operation type: Report file. |
static int |
REPORT_FILE_INT_VALUE
Operation type: Report file. |
static int |
REPORT_INT_VALUE
Operation type: Report. |
static IEssOperation.EEssOperationType |
RETRIEVE
Operation type: Retrieve. |
static int |
RETRIEVE_INT_VALUE
Operation type: Retrieve. |
static IEssOperation.EEssOperationType |
UNDO
Operation type: Undo. |
static int |
UNDO_INT_VALUE
Operation type: Undo. |
static IEssOperation.EEssOperationType |
UNLOCK
Operation type: Unlock. |
static int |
UNLOCK_INT_VALUE
Operation type: Unlock. |
static IEssOperation.EEssOperationType |
UPDATE
Operation type: Update. |
static int |
UPDATE_INT_VALUE
Operation type: Update. |
static IEssOperation.EEssOperationType |
ZOOM_IN
Operation type: Zoom-in. |
static int |
ZOOM_IN_INT_VALUE
Operation type: Zoom in. |
static IEssOperation.EEssOperationType |
ZOOM_OUT
Operation type: Zoom-out. |
static int |
ZOOM_OUT_INT_VALUE
Operation type: Zoom out.. |
Constructor Summary | |
IEssOperation.EEssOperationType()
|
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 IEssOperation.EEssOperationType |
sm_fromInt(int intValue)
Gets an enumeration object from its int value. |
static IEssOperation.EEssOperationType |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value. |
static IEssOperation.EEssOperationType[] |
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 IEssOperation.EEssOperationType REPORT
public static final IEssOperation.EEssOperationType RETRIEVE
public static final IEssOperation.EEssOperationType KEEP_ONLY
public static final IEssOperation.EEssOperationType REMOVE_ONLY
public static final IEssOperation.EEssOperationType ZOOM_IN
public static final IEssOperation.EEssOperationType ZOOM_OUT
public static final IEssOperation.EEssOperationType LOCK
public static final IEssOperation.EEssOperationType UNLOCK
public static final IEssOperation.EEssOperationType PIVOT
public static final IEssOperation.EEssOperationType UPDATE
public static final IEssOperation.EEssOperationType UNDO
public static final IEssOperation.EEssOperationType REPORT_FILE
public static final IEssOperation.EEssOperationType CONDITIONAL_RETRIEVE
public static final IEssOperation.EEssOperationType CONDITIONAL_ZOOM_IN
public static final IEssOperation.EEssOperationType CALC
public static final IEssOperation.EEssOperationType CALC_FILE
public static final IEssOperation.EEssOperationType CASCADE
public static final IEssOperation.EEssOperationType MDX_QUERY
public static final int REPORT_INT_VALUE
public static final int RETRIEVE_INT_VALUE
public static final int KEEP_ONLY_INT_VALUE
public static final int REMOVE_ONLY_INT_VALUE
public static final int ZOOM_IN_INT_VALUE
public static final int ZOOM_OUT_INT_VALUE
public static final int LOCK_INT_VALUE
public static final int UNLOCK_INT_VALUE
public static final int PIVOT_INT_VALUE
public static final int UPDATE_INT_VALUE
public static final int UNDO_INT_VALUE
public static final int REPORT_FILE_INT_VALUE
public static final int CONDITIONAL_RETRIEVE_INT_VALUE
public static final int CONDITIONAL_ZOOM_IN_INT_VALUE
public static final int CALC_INT_VALUE
public static final int CALC_FILE_INT_VALUE
public static final int CASCADE_INT_VALUE
public static final int MDX_QUERY_INT_VALUE
Constructor Detail |
public IEssOperation.EEssOperationType()
Method Detail |
public static IEssOperation.EEssOperationType sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssOperation.EEssOperationType sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssOperation.EEssOperationType[] 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 |