|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.essbase.api.dataquery.IEssLinkedObject.EEssLinkedObjectType
public static final class IEssLinkedObject.EEssLinkedObjectType
The EEssLinkedObjectType is an enumeration of linked object types.
| Field Summary | |
|---|---|
static IEssLinkedObject.EEssLinkedObjectType |
BPM_DRILL_THROUGHLinked object type: BPM Drill-through. |
static int |
BPM_DRILL_THROUGH_INT_VALUELinked object type (int value): BPM Drill-through. |
static IEssLinkedObject.EEssLinkedObjectType |
CELL_NOTELinked object type: Cell note. |
static int |
CELL_NOTE_INT_VALUELinked object type (int value): Cell note. |
static IEssLinkedObject.EEssLinkedObjectType |
FILELinked object type: File. |
static int |
FILE_INT_VALUELinked object type (int value): File. |
static IEssLinkedObject.EEssLinkedObjectType |
HIS_DRILL_THROUGHLinked object type: HIS Drill-through. |
static int |
HIS_DRILL_THROUGH_INT_VALUELinked object type (int value): HIS Drill-through. |
static IEssLinkedObject.EEssLinkedObjectType |
PARTITIONLinked object type: Partition. |
static int |
PARTITION_INT_VALUELinked object type (int value): Partition. |
static IEssLinkedObject.EEssLinkedObjectType |
URLLinked object type: URL. |
static int |
URL_INT_VALUELinked object type (int value): URL. |
| Constructor Summary | |
|---|---|
IEssLinkedObject.EEssLinkedObjectType() |
|
| 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 IEssLinkedObject.EEssLinkedObjectType |
sm_fromInt(int intValue)Gets an enumeration object from its int value. |
static IEssLinkedObject.EEssLinkedObjectType |
sm_fromString(java.lang.String strValue)Gets an enumeration object from its string display value. |
static IEssLinkedObject.EEssLinkedObjectType[] |
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 IEssLinkedObject.EEssLinkedObjectType PARTITION
public static final IEssLinkedObject.EEssLinkedObjectType CELL_NOTE
public static final IEssLinkedObject.EEssLinkedObjectType FILE
public static final IEssLinkedObject.EEssLinkedObjectType URL
public static final IEssLinkedObject.EEssLinkedObjectType HIS_DRILL_THROUGH
public static final IEssLinkedObject.EEssLinkedObjectType BPM_DRILL_THROUGH
public static final int PARTITION_INT_VALUE
public static final int CELL_NOTE_INT_VALUE
public static final int FILE_INT_VALUE
public static final int URL_INT_VALUE
public static final int HIS_DRILL_THROUGH_INT_VALUE
public static final int BPM_DRILL_THROUGH_INT_VALUE
| Constructor Detail |
|---|
public IEssLinkedObject.EEssLinkedObjectType()
| Method Detail |
|---|
public static IEssLinkedObject.EEssLinkedObjectType 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 IEssLinkedObject.EEssLinkedObjectType 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 IEssLinkedObject.EEssLinkedObjectType[] 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 | ||||||||