com.ibm.websphere.models.extensions.pushdownejbext
Class PushDownBackEndType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.models.extensions.pushdownejbext.PushDownBackEndType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class PushDownBackEndType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
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

JDBC

public static final int JDBC
The 'JDBC' literal value. Java DataBase Connectivity

See Also:
JDBC_LITERAL, Constant Field Values

SQLJ

public static final int SQLJ
The 'SQLJ' literal value. Structured Query Language for Java

See Also:
SQLJ_LITERAL, Constant Field Values

CCI

public static final int CCI
The 'CCI' literal value. JCA Common Client Interface

See Also:
CCI_LITERAL, Constant Field Values

EJB

public static final int EJB
The 'EJB' literal value. Enterprise Java Bean

See Also:
EJB_LITERAL, Constant Field Values

JAXRPC

public static final int JAXRPC
The 'JAXRPC' literal value. Java API for XML Remote Procedural Calls

See Also:
JAXRPC_LITERAL, Constant Field Values

WSIF

public static final int WSIF
The 'WSIF' literal value. Apache Web Services Invocation Framework

See Also:
WSIF_LITERAL, Constant Field Values

JSERVICE

public static final int JSERVICE
The 'JSERVICE' literal value. WBI J-Service.

See Also:
JSERVICE_LITERAL, Constant Field Values

CUSTOM

public static final int CUSTOM
The 'Custom' literal value. Completely customer-written (only empty skeleton emitted).

See Also:
CUSTOM_LITERAL, Constant Field Values

JDBC_LITERAL

public static final PushDownBackEndType JDBC_LITERAL
The 'JDBC' literal object.

See Also:
JDBC

SQLJ_LITERAL

public static final PushDownBackEndType SQLJ_LITERAL
The 'SQLJ' literal object.

See Also:
SQLJ

CCI_LITERAL

public static final PushDownBackEndType CCI_LITERAL
The 'CCI' literal object.

See Also:
CCI

EJB_LITERAL

public static final PushDownBackEndType EJB_LITERAL
The 'EJB' literal object.

See Also:
EJB

JAXRPC_LITERAL

public static final PushDownBackEndType JAXRPC_LITERAL
The 'JAXRPC' literal object.

See Also:
JAXRPC

WSIF_LITERAL

public static final PushDownBackEndType WSIF_LITERAL
The 'WSIF' literal object.

See Also:
WSIF

JSERVICE_LITERAL

public static final PushDownBackEndType JSERVICE_LITERAL
The 'JSERVICE' literal object.

See Also:
JSERVICE

CUSTOM_LITERAL

public static final PushDownBackEndType CUSTOM_LITERAL
The 'Custom' literal object.

See Also:
CUSTOM

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Push Down Back End Type' enumerators.

Method Detail

get

public static PushDownBackEndType get(java.lang.String literal)
Returns the 'Push Down Back End Type' literal with the specified literal value.


getByName

public static PushDownBackEndType getByName(java.lang.String name)
Returns the 'Push Down Back End Type' literal with the specified name.


get

public static PushDownBackEndType get(int value)
Returns the 'Push Down Back End Type' literal with the specified integer value.