|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.domain.IEssDomain.EEssDomainObjectType
public static final class 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 com.essbase.api.base.EssException
strValue
- The string display value.com.essbase.api.base.EssException
- if an error occurs.public static IEssDomain.EEssDomainObjectType 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 IEssDomain.EEssDomainObjectType[] 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
IEssEnum
stringValue
in interface IEssEnum
EssException
- if an error occurs.public int intValue() throws com.essbase.api.base.EssException
IEssEnum
intValue
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnum
fromInt
in interface IEssEnum
intValue
- The int value.EssException
- if an error occurs.public IEssEnum fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
IEssEnum
fromString
in interface IEssEnum
strValue
- The String display value.EssException
- if an error occurs.public int getCountPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getCountPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String[] getPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getPossibleValues
in interface IEssEnum
EssException
- 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 |