|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.models.extensions.pushdownejbext.PushDownBackEndType
public final class PushDownBackEndType
A representation of the literals of the enumeration 'Push Down Back End Type', and utility methods for working with them. Enumerated class of BackEnd Connectivity types.
PushdownejbextPackage.getPushDownBackEndType()
Field Summary | |
---|---|
static int |
CCI
The 'CCI' literal value |
static PushDownBackEndType |
CCI_LITERAL
The 'CCI' literal object |
static int |
CUSTOM
The 'Custom' literal value |
static PushDownBackEndType |
CUSTOM_LITERAL
The 'Custom' literal object |
static int |
EJB
The 'EJB' literal value |
static PushDownBackEndType |
EJB_LITERAL
The 'EJB' literal object |
static int |
JAXRPC
The 'JAXRPC' literal value |
static PushDownBackEndType |
JAXRPC_LITERAL
The 'JAXRPC' literal object |
static int |
JDBC
The 'JDBC' literal value |
static PushDownBackEndType |
JDBC_LITERAL
The 'JDBC' literal object |
static int |
JSERVICE
The 'JSERVICE' literal value |
static PushDownBackEndType |
JSERVICE_LITERAL
The 'JSERVICE' literal object |
static int |
SQLJ
The 'SQLJ' literal value |
static PushDownBackEndType |
SQLJ_LITERAL
The 'SQLJ' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Push Down Back End Type' enumerators |
static int |
WSIF
The 'WSIF' literal value |
static PushDownBackEndType |
WSIF_LITERAL
The 'WSIF' literal object |
Method Summary | |
---|---|
static PushDownBackEndType |
get(int value)
Returns the 'Push Down Back End Type' literal with the specified integer value |
static PushDownBackEndType |
get(java.lang.String literal)
Returns the 'Push Down Back End Type' literal with the specified literal value |
static PushDownBackEndType |
getByName(java.lang.String name)
Returns the 'Push Down Back End Type' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int JDBC
JDBC_LITERAL
,
Constant Field Valuespublic static final int SQLJ
SQLJ_LITERAL
,
Constant Field Valuespublic static final int CCI
CCI_LITERAL
,
Constant Field Valuespublic static final int EJB
EJB_LITERAL
,
Constant Field Valuespublic static final int JAXRPC
JAXRPC_LITERAL
,
Constant Field Valuespublic static final int WSIF
WSIF_LITERAL
,
Constant Field Valuespublic static final int JSERVICE
JSERVICE_LITERAL
,
Constant Field Valuespublic static final int CUSTOM
CUSTOM_LITERAL
,
Constant Field Valuespublic static final PushDownBackEndType JDBC_LITERAL
JDBC
public static final PushDownBackEndType SQLJ_LITERAL
SQLJ
public static final PushDownBackEndType CCI_LITERAL
CCI
public static final PushDownBackEndType EJB_LITERAL
EJB
public static final PushDownBackEndType JAXRPC_LITERAL
JAXRPC
public static final PushDownBackEndType WSIF_LITERAL
WSIF
public static final PushDownBackEndType JSERVICE_LITERAL
JSERVICE
public static final PushDownBackEndType CUSTOM_LITERAL
CUSTOM
public static final java.util.List VALUES
Method Detail |
---|
public static PushDownBackEndType get(java.lang.String literal)
public static PushDownBackEndType getByName(java.lang.String name)
public static PushDownBackEndType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |