|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.session.IEssbase.EEssOrbPluginType
public static final class IEssbase.EEssOrbPluginType
The EEssOrbPluginType is an enumeration of supported ORB plug-in types.
Field Summary | |
---|---|
static IEssbase.EEssOrbPluginType |
CORBA |
static int |
CORBA_INT_VALUE |
static int |
DIRECT_INT_VALUE Orb Plugin Type (int value): DIRECT. |
static IEssbase.EEssOrbPluginType |
EJB |
static int |
EJB_INT_VALUE |
static IEssbase.EEssOrbPluginType |
EMBEDDED |
static int |
EMBEDDED_INT_VALUE Orb Plugin Type (int value): EMBEDDED. |
static IEssbase.EEssOrbPluginType |
HTTP Orb Plugin Type: HTTP (HyperText Transfer Protocol). |
static int |
HTTP_INT_VALUE Orb Plugin Type (int value): HTTP (HyperText Transfer Protocol). |
static IEssbase.EEssOrbPluginType |
TCPIP Orb Plugin Type: TCP_IP. |
static int |
TCPIP_INT_VALUE Orb Plugin Type (int value): TCP_IP. |
Constructor Summary | |
---|---|
IEssbase.EEssOrbPluginType() |
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 IEssbase.EEssOrbPluginType |
sm_fromInt(int intValue) Gets an enumeration object from its int value. |
static IEssbase.EEssOrbPluginType |
sm_fromString(java.lang.String strValue) Gets an enumeration object from its string display value. |
static IEssbase.EEssOrbPluginType[] |
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 IEssbase.EEssOrbPluginType TCPIP
public static final IEssbase.EEssOrbPluginType HTTP
public static final IEssbase.EEssOrbPluginType EMBEDDED
public static final IEssbase.EEssOrbPluginType CORBA
public static final IEssbase.EEssOrbPluginType EJB
public static final int TCPIP_INT_VALUE
public static final int HTTP_INT_VALUE
public static final int DIRECT_INT_VALUE
public static final int EMBEDDED_INT_VALUE
public static final int CORBA_INT_VALUE
public static final int EJB_INT_VALUE
Constructor Detail |
---|
public IEssbase.EEssOrbPluginType()
Method Detail |
---|
public static IEssbase.EEssOrbPluginType 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 IEssbase.EEssOrbPluginType 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 IEssbase.EEssOrbPluginType[] 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 |