|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.essbase.api.session.IEssbase.EEssOrbPluginType
The EEssOrbPluginType is an enumeration of supported ORB plug-in types.
Field Summary | |
static IEssbase.EEssOrbPluginType |
CORBA
Orb Plugin Type: CORBA (Common Object Request Broker Architecture). |
static int |
CORBA_INT_VALUE
Orb Plugin Type (int value): CORBA (Common Object Request Broker Architecture). |
static IEssbase.EEssOrbPluginType |
EJB
Orb Plugin Type: EJB (Enterprise Java Beans). |
static int |
EJB_INT_VALUE
Orb Plugin Type (int value): EJB (Enterprise Java Beans). |
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 EJB
public static final IEssbase.EEssOrbPluginType CORBA
public static final int TCPIP_INT_VALUE
public static final int HTTP_INT_VALUE
public static final int EJB_INT_VALUE
public static final int CORBA_INT_VALUE
Constructor Detail |
public IEssbase.EEssOrbPluginType()
Method Detail |
public static IEssbase.EEssOrbPluginType sm_fromString(java.lang.String strValue) throws EssException
strValue
- The string display value.
EssException
- if an error occurs.public static IEssbase.EEssOrbPluginType sm_fromInt(int intValue) throws EssException
intValue
- The int value.
EssException
- if an error occurs.public static IEssbase.EEssOrbPluginType[] 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 |