com.ibm.websphere.models.config.wbia
Interface WbiaPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WbiaPackageImpl

public interface WbiaPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Resource-level settings for WebSphere Business Integration Adapters, such as the provider and factory (resources-wbi.xml).

See Also:
WbiaFactory

Nested Class Summary
static interface WbiaPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static WbiaPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY
          The meta object id for the 'Web Sphere Business Integration Adapter Factory' class
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_IN_QUEUE_JNDI_NAME
          The feature id for the 'Admin In Queue JNDI Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_OUT_QUEUE_JNDI_NAME
          The feature id for the 'Admin Out Queue JNDI Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__AUTHENTICATION_ALIAS
          The feature id for the 'Authentication Alias' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__CATEGORY
          The feature id for the 'Category' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__DESCRIPTION
          The feature id for the 'Description' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__JNDI_NAME
          The feature id for the 'Jndi Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__MESSAGE_TIMEOUT
          The feature id for the 'Message Timeout' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__NAME
          The feature id for the 'Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROPERTY_SET
          The feature id for the 'Property Set' containment reference
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER
          The feature id for the 'Provider' container reference
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER_TYPE
          The feature id for the 'Provider Type' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__QUEUE_CONNECTION_FACTORY_JNDI_NAME
          The feature id for the 'Queue Connection Factory JNDI Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY_FEATURE_COUNT
          The number of structural features of the 'Web Sphere Business Integration Adapter Factory' class
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER
          The meta object id for the 'Web Sphere Business Integration Adapter Provider' class
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__CLASSPATH
          The feature id for the 'Classpath' attribute list
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__DESCRIPTION
          The feature id for the 'Description' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__FACTORIES
          The feature id for the 'Factories' containment reference list
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__ISOLATED_CLASS_LOADER
          The feature id for the 'Isolated Class Loader' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NAME
          The feature id for the 'Name' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NATIVEPATH
          The feature id for the 'Nativepath' attribute list
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROPERTY_SET
          The feature id for the 'Property Set' containment reference
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROVIDER_TYPE
          The feature id for the 'Provider Type' attribute
static int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER_FEATURE_COUNT
          The number of structural features of the 'Web Sphere Business Integration Adapter Provider' class
 
Method Summary
 WbiaFactory getWbiaFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AdminInQueueJNDIName()
          Returns the meta object for the attribute 'Admin In Queue JNDI Name'
 org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AdminOutQueueJNDIName()
          Returns the meta object for the attribute 'Admin Out Queue JNDI Name'
 org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AuthenticationAlias()
          Returns the meta object for the attribute 'Authentication Alias'
 org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_MessageTimeout()
          Returns the meta object for the attribute 'Message Timeout'
 org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_QueueConnectionFactoryJNDIName()
          Returns the meta object for the attribute 'Queue Connection Factory JNDI Name'
 org.eclipse.emf.ecore.EClass getWebSphereBusinessIntegrationAdapterFactory()
          Returns the meta object for class 'Web Sphere Business Integration Adapter Factory'
 org.eclipse.emf.ecore.EClass getWebSphereBusinessIntegrationAdapterProvider()
          Returns the meta object for class 'Web Sphere Business Integration Adapter Provider'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final WbiaPackage eINSTANCE
The singleton instance of the package.


WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER
The meta object id for the 'Web Sphere Business Integration Adapter Provider' class.

See Also:
WebSphereBusinessIntegrationAdapterProviderImpl, WbiaPackageImpl.getWebSphereBusinessIntegrationAdapterProvider(), Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__DESCRIPTION

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__CLASSPATH

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__CLASSPATH
The feature id for the 'Classpath' attribute list.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NATIVEPATH

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__NATIVEPATH
The feature id for the 'Nativepath' attribute list.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROVIDER_TYPE

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROVIDER_TYPE
The feature id for the 'Provider Type' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__ISOLATED_CLASS_LOADER

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__ISOLATED_CLASS_LOADER
The feature id for the 'Isolated Class Loader' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__FACTORIES

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__FACTORIES
The feature id for the 'Factories' containment reference list.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROPERTY_SET

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER__PROPERTY_SET
The feature id for the 'Property Set' containment reference.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER_FEATURE_COUNT

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Web Sphere Business Integration Adapter Provider' class.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY
The meta object id for the 'Web Sphere Business Integration Adapter Factory' class.

See Also:
WebSphereBusinessIntegrationAdapterFactoryImpl, WbiaPackageImpl.getWebSphereBusinessIntegrationAdapterFactory(), Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__JNDI_NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__JNDI_NAME
The feature id for the 'Jndi Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__DESCRIPTION

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__CATEGORY

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__CATEGORY
The feature id for the 'Category' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER_TYPE

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER_TYPE
The feature id for the 'Provider Type' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROVIDER
The feature id for the 'Provider' container reference.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROPERTY_SET

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__PROPERTY_SET
The feature id for the 'Property Set' containment reference.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__QUEUE_CONNECTION_FACTORY_JNDI_NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__QUEUE_CONNECTION_FACTORY_JNDI_NAME
The feature id for the 'Queue Connection Factory JNDI Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__AUTHENTICATION_ALIAS

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__AUTHENTICATION_ALIAS
The feature id for the 'Authentication Alias' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_IN_QUEUE_JNDI_NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_IN_QUEUE_JNDI_NAME
The feature id for the 'Admin In Queue JNDI Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_OUT_QUEUE_JNDI_NAME

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__ADMIN_OUT_QUEUE_JNDI_NAME
The feature id for the 'Admin Out Queue JNDI Name' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__MESSAGE_TIMEOUT

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY__MESSAGE_TIMEOUT
The feature id for the 'Message Timeout' attribute.

See Also:
Constant Field Values

WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY_FEATURE_COUNT

static final int WEB_SPHERE_BUSINESS_INTEGRATION_ADAPTER_FACTORY_FEATURE_COUNT
The number of structural features of the 'Web Sphere Business Integration Adapter Factory' class.

See Also:
Constant Field Values
Method Detail

getWebSphereBusinessIntegrationAdapterProvider

org.eclipse.emf.ecore.EClass getWebSphereBusinessIntegrationAdapterProvider()
Returns the meta object for class 'Web Sphere Business Integration Adapter Provider'.

Returns:
the meta object for class 'Web Sphere Business Integration Adapter Provider'.
See Also:
WebSphereBusinessIntegrationAdapterProvider

getWebSphereBusinessIntegrationAdapterFactory

org.eclipse.emf.ecore.EClass getWebSphereBusinessIntegrationAdapterFactory()
Returns the meta object for class 'Web Sphere Business Integration Adapter Factory'.

Returns:
the meta object for class 'Web Sphere Business Integration Adapter Factory'.
See Also:
WebSphereBusinessIntegrationAdapterFactory

getWebSphereBusinessIntegrationAdapterFactory_QueueConnectionFactoryJNDIName

org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_QueueConnectionFactoryJNDIName()
Returns the meta object for the attribute 'Queue Connection Factory JNDI Name'.

Returns:
the meta object for the attribute 'Queue Connection Factory JNDI Name'.
See Also:
WebSphereBusinessIntegrationAdapterFactory.getQueueConnectionFactoryJNDIName(), getWebSphereBusinessIntegrationAdapterFactory()

getWebSphereBusinessIntegrationAdapterFactory_AuthenticationAlias

org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AuthenticationAlias()
Returns the meta object for the attribute 'Authentication Alias'.

Returns:
the meta object for the attribute 'Authentication Alias'.
See Also:
WebSphereBusinessIntegrationAdapterFactory.getAuthenticationAlias(), getWebSphereBusinessIntegrationAdapterFactory()

getWebSphereBusinessIntegrationAdapterFactory_AdminInQueueJNDIName

org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AdminInQueueJNDIName()
Returns the meta object for the attribute 'Admin In Queue JNDI Name'.

Returns:
the meta object for the attribute 'Admin In Queue JNDI Name'.
See Also:
WebSphereBusinessIntegrationAdapterFactory.getAdminInQueueJNDIName(), getWebSphereBusinessIntegrationAdapterFactory()

getWebSphereBusinessIntegrationAdapterFactory_AdminOutQueueJNDIName

org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_AdminOutQueueJNDIName()
Returns the meta object for the attribute 'Admin Out Queue JNDI Name'.

Returns:
the meta object for the attribute 'Admin Out Queue JNDI Name'.
See Also:
WebSphereBusinessIntegrationAdapterFactory.getAdminOutQueueJNDIName(), getWebSphereBusinessIntegrationAdapterFactory()

getWebSphereBusinessIntegrationAdapterFactory_MessageTimeout

org.eclipse.emf.ecore.EAttribute getWebSphereBusinessIntegrationAdapterFactory_MessageTimeout()
Returns the meta object for the attribute 'Message Timeout'.

Returns:
the meta object for the attribute 'Message Timeout'.
See Also:
WebSphereBusinessIntegrationAdapterFactory.getMessageTimeout(), getWebSphereBusinessIntegrationAdapterFactory()

getWbiaFactory

WbiaFactory getWbiaFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.