|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.essbase.api.dataquery.IEssDataCell.EEssDataCellType
public static final class IEssDataCell.EEssDataCellType
The EEssDataCellType class is an enumeration of cell value types.
| Field Summary | |
|---|---|
static IEssDataCell.EEssDataCellType |
BLANKData cell type: Blank. |
static int |
BLANK_INT_VALUEData cell type (int value): Blank. |
static IEssDataCell.EEssDataCellType |
DATEData cell type: Date. |
static int |
DATE_INT_VALUEData cell type (int value): Date. |
static IEssDataCell.EEssDataCellType |
DOUBLEData cell type: Double. |
static int |
DOUBLE_INT_VALUEData cell type (int value): Double. |
static IEssDataCell.EEssDataCellType |
ERRORData cell type: Error. |
static int |
ERROR_INT_VALUEData cell type (int value): Error. |
static IEssDataCell.EEssDataCellType |
MISSINGData cell type: Missing. |
static int |
MISSING_INT_VALUEData cell type (int value): Missing. |
static IEssDataCell.EEssDataCellType |
NO_ACCESSData cell type: None. |
static int |
NO_ACCESS_INT_VALUEData cell type (int value): None. |
static IEssDataCell.EEssDataCellType |
SMARTLISTData cell type: Smartlist. |
static int |
SMARTLIST_INT_VALUEData cell type (int value): Smartlist. |
static IEssDataCell.EEssDataCellType |
ZEROData cell type: Zero. |
static int |
ZERO_INT_VALUEData cell type (int value): Zero. |
| Constructor Summary | |
|---|---|
IEssDataCell.EEssDataCellType() |
|
| 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 IEssDataCell.EEssDataCellType |
sm_fromInt(int intValue)Gets an enumeration object from its int value. |
static IEssDataCell.EEssDataCellType |
sm_fromString(java.lang.String strValue)Gets an enumeration object from its string display value. |
static IEssDataCell.EEssDataCellType[] |
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 IEssDataCell.EEssDataCellType NO_ACCESS
public static final IEssDataCell.EEssDataCellType BLANK
public static final IEssDataCell.EEssDataCellType MISSING
public static final IEssDataCell.EEssDataCellType ZERO
public static final IEssDataCell.EEssDataCellType DOUBLE
public static final IEssDataCell.EEssDataCellType ERROR
public static final IEssDataCell.EEssDataCellType SMARTLIST
public static final IEssDataCell.EEssDataCellType DATE
public static final int NO_ACCESS_INT_VALUE
public static final int BLANK_INT_VALUE
public static final int MISSING_INT_VALUE
public static final int ZERO_INT_VALUE
public static final int DOUBLE_INT_VALUE
public static final int ERROR_INT_VALUE
public static final int SMARTLIST_INT_VALUE
public static final int DATE_INT_VALUE
| Constructor Detail |
|---|
public IEssDataCell.EEssDataCellType()
| Method Detail |
|---|
public static IEssDataCell.EEssDataCellType 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 IEssDataCell.EEssDataCellType 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 IEssDataCell.EEssDataCellType[] 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
IEssEnumintValue in interface IEssEnumEssException - if an error occurs.
public IEssEnum fromInt(int intValue)
throws com.essbase.api.base.EssException
IEssEnumfromInt in interface IEssEnumintValue - The int value.EssException - if an error occurs.
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||