|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.domain.IEssCluster.EEssClusterType
The EEssClusterType class is an enumeration of server types.
Field Summary | |
static IEssCluster.EEssClusterType |
CUBE_VIEW_CLUSTER
Cluster type: Cube view cluster. |
static int |
CUBE_VIEW_CLUSTER_INT_VALUE
Cluster type (int value): Cube view cluster. |
static IEssCluster.EEssClusterType |
EES_SERVER_CLUSTER
Cluster type: EES server cluster. |
static int |
EES_SERVER_CLUSTER_INT_VALUE
Cluster type (int value): EES server cluster. |
static IEssCluster.EEssClusterType |
OLAP_SERVER_CLUSTER
Cluster type: OLAP server cluster. |
static int |
OLAP_SERVER_CLUSTER_INT_VALUE
Cluster type (int value): OLAP server cluster. |
Constructor Summary | |
IEssCluster.EEssClusterType()
|
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 IEssCluster.EEssClusterType |
sm_fromInt(int intValue)
Gets an enumeration object from its int value. |
static IEssCluster.EEssClusterType |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value. |
static IEssCluster.EEssClusterType[] |
sm_values()
Gets all the enumeration objects. |
java.lang.String |
stringValue()
Gets the String display value of the IEssEnum. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final IEssCluster.EEssClusterType CUBE_VIEW_CLUSTER
public static final IEssCluster.EEssClusterType OLAP_SERVER_CLUSTER
public static final IEssCluster.EEssClusterType EES_SERVER_CLUSTER
public static final int CUBE_VIEW_CLUSTER_INT_VALUE
public static final int OLAP_SERVER_CLUSTER_INT_VALUE
public static final int EES_SERVER_CLUSTER_INT_VALUE
Constructor Detail |
public IEssCluster.EEssClusterType()
Method Detail |
public static IEssCluster.EEssClusterType sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssCluster.EEssClusterType sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssCluster.EEssClusterType[] 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |