|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.domain.IEssDomain.EEssDomainObjectType
The EEssDomainObjectType is an enumeration of domain object types.
Field Summary | |
static IEssDomain.EEssDomainObjectType |
APPLICATION
Domain object type: Distributed (EES) application. |
static int |
APPLICATION_INT_VALUE
Domain object type (int value): Distributed (EES) application. |
static IEssDomain.EEssDomainObjectType |
CLUSTER
Domain object type: Cluster. |
static int |
CLUSTER_INT_VALUE
Domain object type (int value): Cluster. |
static IEssDomain.EEssDomainObjectType |
CONNECTION_POOL
Domain object type: Connection Pool. |
static int |
CONNECTION_POOL_INT_VALUE
Domain object type (int value): Connection Pool. |
static IEssDomain.EEssDomainObjectType |
CUBE_VIEW
Domain object type: Cube view. |
static int |
CUBE_VIEW_INT_VALUE
Domain object type (int value): Cube view. |
static IEssDomain.EEssDomainObjectType |
DOMAIN
Domain object type: Essbase domain. |
static int |
DOMAIN_INT_VALUE
Domain object type (int value): Essbase domain. |
static IEssDomain.EEssDomainObjectType |
ENTERPRISE_SERVER
Domain object type: Enterprise server. |
static int |
ENTERPRISE_SERVER_INT_VALUE
Domain object type (int value): Enterprise server. |
static IEssDomain.EEssDomainObjectType |
GROUP
Domain object type: Group. |
static int |
GROUP_INT_VALUE
Domain object type (int value): Group. |
static IEssDomain.EEssDomainObjectType |
INTEGRATION_SERVER
Domain object type: Integration server. |
static int |
INTEGRATION_SERVER_INT_VALUE
Domain object type (int value): Integration server. |
static IEssDomain.EEssDomainObjectType |
OLAP_SERVER
Domain object type: OLAP server. |
static int |
OLAP_SERVER_INT_VALUE
Domain object type (int value): OLAP server. |
static IEssDomain.EEssDomainObjectType |
ROLE
Domain object type: Role. |
static int |
ROLE_INT_VALUE
Domain object type (int value): Role. |
static IEssDomain.EEssDomainObjectType |
USER
Domain object type: User. |
static int |
USER_INT_VALUE
Domain object type (int value): User. |
Constructor Summary | |
IEssDomain.EEssDomainObjectType()
|
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 IEssDomain.EEssDomainObjectType |
sm_fromInt(int intValue)
Gets an enumeration object from its int value. |
static IEssDomain.EEssDomainObjectType |
sm_fromString(java.lang.String strValue)
Gets an enumeration object from its string display value. |
static IEssDomain.EEssDomainObjectType[] |
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 IEssDomain.EEssDomainObjectType USER
public static final IEssDomain.EEssDomainObjectType GROUP
public static final IEssDomain.EEssDomainObjectType ROLE
public static final IEssDomain.EEssDomainObjectType ENTERPRISE_SERVER
public static final IEssDomain.EEssDomainObjectType OLAP_SERVER
public static final IEssDomain.EEssDomainObjectType INTEGRATION_SERVER
public static final IEssDomain.EEssDomainObjectType APPLICATION
public static final IEssDomain.EEssDomainObjectType DOMAIN
public static final IEssDomain.EEssDomainObjectType CLUSTER
public static final IEssDomain.EEssDomainObjectType CONNECTION_POOL
public static final IEssDomain.EEssDomainObjectType CUBE_VIEW
public static final int USER_INT_VALUE
public static final int GROUP_INT_VALUE
public static final int ROLE_INT_VALUE
public static final int ENTERPRISE_SERVER_INT_VALUE
public static final int OLAP_SERVER_INT_VALUE
public static final int INTEGRATION_SERVER_INT_VALUE
public static final int APPLICATION_INT_VALUE
public static final int DOMAIN_INT_VALUE
public static final int CLUSTER_INT_VALUE
public static final int CONNECTION_POOL_INT_VALUE
public static final int CUBE_VIEW_INT_VALUE
Constructor Detail |
public IEssDomain.EEssDomainObjectType()
Method Detail |
public static IEssDomain.EEssDomainObjectType sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssDomain.EEssDomainObjectType sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssDomain.EEssDomainObjectType[] 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 |