com.ibm.websphere.models.config.cmm
Interface CmmPackage

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:
CmmPackageImpl

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

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

Resources-level configuration settings for the WBI Extended Mesaging, aka Container Managed Messaging (resources-wbi.xml).

See Also:
CmmFactory

Nested Class Summary
static interface CmmPackage.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 int ACKNOWLEDGE_MODE
          The meta object id for the 'Acknowledge Mode' enum
static int DELIVERY_MODE
          The meta object id for the 'Delivery Mode' enum
static int DESTINATION_TYPE
          The meta object id for the 'Destination Type' enum
static CmmPackage 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 EXTENDED_MESSAGING_PROVIDER
          The meta object id for the 'Extended Messaging Provider' class
static int EXTENDED_MESSAGING_PROVIDER__CLASSPATH
          The feature id for the 'Classpath' attribute list
static int EXTENDED_MESSAGING_PROVIDER__DESCRIPTION
          The feature id for the 'Description' attribute
static int EXTENDED_MESSAGING_PROVIDER__FACTORIES
          The feature id for the 'Factories' containment reference list
static int EXTENDED_MESSAGING_PROVIDER__ISOLATED_CLASS_LOADER
          The feature id for the 'Isolated Class Loader' attribute
static int EXTENDED_MESSAGING_PROVIDER__NAME
          The feature id for the 'Name' attribute
static int EXTENDED_MESSAGING_PROVIDER__NATIVEPATH
          The feature id for the 'Nativepath' attribute list
static int EXTENDED_MESSAGING_PROVIDER__PROPERTY_SET
          The feature id for the 'Property Set' containment reference
static int EXTENDED_MESSAGING_PROVIDER__PROVIDER_TYPE
          The feature id for the 'Provider Type' attribute
static int EXTENDED_MESSAGING_PROVIDER__REFERENCEABLES
          The feature id for the 'Referenceables' containment reference list
static int EXTENDED_MESSAGING_PROVIDER_FEATURE_COUNT
          The number of structural features of the 'Extended Messaging Provider' class
static int INPUT_PORT
          The meta object id for the 'Input Port' class
static int INPUT_PORT__ACKNOWLEDGE_MODE
          The feature id for the 'Acknowledge Mode' attribute
static int INPUT_PORT__CATEGORY
          The feature id for the 'Category' attribute
static int INPUT_PORT__CONNECTION_FACTORY_JNDI_NAME
          The feature id for the 'Connection Factory JNDI Name' attribute
static int INPUT_PORT__DESCRIPTION
          The feature id for the 'Description' attribute
static int INPUT_PORT__DESTINATION_JNDI_NAME
          The feature id for the 'Destination JNDI Name' attribute
static int INPUT_PORT__DESTINATION_TYPE
          The feature id for the 'Destination Type' attribute
static int INPUT_PORT__JNDI_NAME
          The feature id for the 'Jndi Name' attribute
static int INPUT_PORT__NAME
          The feature id for the 'Name' attribute
static int INPUT_PORT__PROPERTY_SET
          The feature id for the 'Property Set' containment reference
static int INPUT_PORT__PROVIDER
          The feature id for the 'Provider' container reference
static int INPUT_PORT__PROVIDER_TYPE
          The feature id for the 'Provider Type' attribute
static int INPUT_PORT__REFERENCEABLE
          The feature id for the 'Referenceable' reference
static int INPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME
          The feature id for the 'Reply Connection Factory JNDI Name' attribute
static int INPUT_PORT__REPLY_DESTINATION_JNDI_NAME
          The feature id for the 'Reply Destination JNDI Name' attribute
static int INPUT_PORT__SUBSCRIPTION_DURABILITY
          The feature id for the 'Subscription Durability' attribute
static int INPUT_PORT_FEATURE_COUNT
          The number of structural features of the 'Input Port' class
static int OUTPUT_PORT
          The meta object id for the 'Output Port' class
static int OUTPUT_PORT__CATEGORY
          The feature id for the 'Category' attribute
static int OUTPUT_PORT__CONNECTION_FACTORY_JNDI_NAME
          The feature id for the 'Connection Factory JNDI Name' attribute
static int OUTPUT_PORT__DELIVERY_MODE
          The feature id for the 'Delivery Mode' attribute
static int OUTPUT_PORT__DESCRIPTION
          The feature id for the 'Description' attribute
static int OUTPUT_PORT__DESTINATION_JNDI_NAMES
          The feature id for the 'Destination JNDI Names' attribute list
static int OUTPUT_PORT__DISABLE_MESSAGE_ID
          The feature id for the 'Disable Message Id' attribute
static int OUTPUT_PORT__DISABLE_MESSAGE_TIMESTAMP
          The feature id for the 'Disable Message Timestamp' attribute
static int OUTPUT_PORT__JNDI_NAME
          The feature id for the 'Jndi Name' attribute
static int OUTPUT_PORT__NAME
          The feature id for the 'Name' attribute
static int OUTPUT_PORT__PRIORITY
          The feature id for the 'Priority' attribute
static int OUTPUT_PORT__PROPERTY_SET
          The feature id for the 'Property Set' containment reference
static int OUTPUT_PORT__PROVIDER
          The feature id for the 'Provider' container reference
static int OUTPUT_PORT__PROVIDER_TYPE
          The feature id for the 'Provider Type' attribute
static int OUTPUT_PORT__REFERENCEABLE
          The feature id for the 'Referenceable' reference
static int OUTPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME
          The feature id for the 'Reply Connection Factory JNDI Name' attribute
static int OUTPUT_PORT__REPLY_DESTINATION_JNDI_NAME
          The feature id for the 'Reply Destination JNDI Name' attribute
static int OUTPUT_PORT__TIME_TO_LIVE
          The feature id for the 'Time To Live' attribute
static int OUTPUT_PORT_FEATURE_COUNT
          The number of structural features of the 'Output Port' class
static int SUBSCRIPTION_DURABILITY_KIND
          The meta object id for the 'Subscription Durability Kind' enum
 
Method Summary
 org.eclipse.emf.ecore.EEnum getAcknowledgeMode()
          Returns the meta object for enum 'Acknowledge Mode'
 CmmFactory getCmmFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EEnum getDeliveryMode()
          Returns the meta object for enum 'Delivery Mode'
 org.eclipse.emf.ecore.EEnum getDestinationType()
          Returns the meta object for enum 'Destination Type'
 org.eclipse.emf.ecore.EClass getExtendedMessagingProvider()
          Returns the meta object for class 'Extended Messaging Provider'
 org.eclipse.emf.ecore.EAttribute getInputPort_AcknowledgeMode()
          Returns the meta object for the attribute 'Acknowledge Mode'
 org.eclipse.emf.ecore.EAttribute getInputPort_ConnectionFactoryJNDIName()
          Returns the meta object for the attribute 'Connection Factory JNDI Name'
 org.eclipse.emf.ecore.EAttribute getInputPort_DestinationJNDIName()
          Returns the meta object for the attribute 'Destination JNDI Name'
 org.eclipse.emf.ecore.EAttribute getInputPort_DestinationType()
          Returns the meta object for the attribute 'Destination Type'
 org.eclipse.emf.ecore.EAttribute getInputPort_ReplyConnectionFactoryJNDIName()
          Returns the meta object for the attribute 'Reply Connection Factory JNDI Name'
 org.eclipse.emf.ecore.EAttribute getInputPort_ReplyDestinationJNDIName()
          Returns the meta object for the attribute 'Reply Destination JNDI Name'
 org.eclipse.emf.ecore.EAttribute getInputPort_SubscriptionDurability()
          Returns the meta object for the attribute 'Subscription Durability'
 org.eclipse.emf.ecore.EClass getInputPort()
          Returns the meta object for class 'Input Port'
 org.eclipse.emf.ecore.EAttribute getOutputPort_ConnectionFactoryJNDIName()
          Returns the meta object for the attribute 'Connection Factory JNDI Name'
 org.eclipse.emf.ecore.EAttribute getOutputPort_DeliveryMode()
          Returns the meta object for the attribute 'Delivery Mode'
 org.eclipse.emf.ecore.EAttribute getOutputPort_DestinationJNDINames()
          Returns the meta object for the attribute list 'Destination JNDI Names'
 org.eclipse.emf.ecore.EAttribute getOutputPort_DisableMessageId()
          Returns the meta object for the attribute 'Disable Message Id'
 org.eclipse.emf.ecore.EAttribute getOutputPort_DisableMessageTimestamp()
          Returns the meta object for the attribute 'Disable Message Timestamp'
 org.eclipse.emf.ecore.EAttribute getOutputPort_Priority()
          Returns the meta object for the attribute 'Priority'
 org.eclipse.emf.ecore.EAttribute getOutputPort_ReplyConnectionFactoryJNDIName()
          Returns the meta object for the attribute 'Reply Connection Factory JNDI Name'
 org.eclipse.emf.ecore.EAttribute getOutputPort_ReplyDestinationJNDIName()
          Returns the meta object for the attribute 'Reply Destination JNDI Name'
 org.eclipse.emf.ecore.EAttribute getOutputPort_TimeToLive()
          Returns the meta object for the attribute 'Time To Live'
 org.eclipse.emf.ecore.EClass getOutputPort()
          Returns the meta object for class 'Output Port'
 org.eclipse.emf.ecore.EEnum getSubscriptionDurabilityKind()
          Returns the meta object for enum 'Subscription Durability Kind'
 
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 CmmPackage eINSTANCE
The singleton instance of the package.


INPUT_PORT

static final int INPUT_PORT
The meta object id for the 'Input Port' class.

See Also:
InputPortImpl, CmmPackageImpl.getInputPort(), Constant Field Values

INPUT_PORT__NAME

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

See Also:
Constant Field Values

INPUT_PORT__JNDI_NAME

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

See Also:
Constant Field Values

INPUT_PORT__DESCRIPTION

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

See Also:
Constant Field Values

INPUT_PORT__CATEGORY

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

See Also:
Constant Field Values

INPUT_PORT__PROVIDER_TYPE

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

See Also:
Constant Field Values

INPUT_PORT__PROVIDER

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

See Also:
Constant Field Values

INPUT_PORT__PROPERTY_SET

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

See Also:
Constant Field Values

INPUT_PORT__REFERENCEABLE

static final int INPUT_PORT__REFERENCEABLE
The feature id for the 'Referenceable' reference.

See Also:
Constant Field Values

INPUT_PORT__CONNECTION_FACTORY_JNDI_NAME

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

See Also:
Constant Field Values

INPUT_PORT__DESTINATION_JNDI_NAME

static final int INPUT_PORT__DESTINATION_JNDI_NAME
The feature id for the 'Destination JNDI Name' attribute.

See Also:
Constant Field Values

INPUT_PORT__ACKNOWLEDGE_MODE

static final int INPUT_PORT__ACKNOWLEDGE_MODE
The feature id for the 'Acknowledge Mode' attribute.

See Also:
Constant Field Values

INPUT_PORT__SUBSCRIPTION_DURABILITY

static final int INPUT_PORT__SUBSCRIPTION_DURABILITY
The feature id for the 'Subscription Durability' attribute.

See Also:
Constant Field Values

INPUT_PORT__DESTINATION_TYPE

static final int INPUT_PORT__DESTINATION_TYPE
The feature id for the 'Destination Type' attribute.

See Also:
Constant Field Values

INPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME

static final int INPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME
The feature id for the 'Reply Connection Factory JNDI Name' attribute.

See Also:
Constant Field Values

INPUT_PORT__REPLY_DESTINATION_JNDI_NAME

static final int INPUT_PORT__REPLY_DESTINATION_JNDI_NAME
The feature id for the 'Reply Destination JNDI Name' attribute.

See Also:
Constant Field Values

INPUT_PORT_FEATURE_COUNT

static final int INPUT_PORT_FEATURE_COUNT
The number of structural features of the 'Input Port' class.

See Also:
Constant Field Values

OUTPUT_PORT

static final int OUTPUT_PORT
The meta object id for the 'Output Port' class.

See Also:
OutputPortImpl, CmmPackageImpl.getOutputPort(), Constant Field Values

OUTPUT_PORT__NAME

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

See Also:
Constant Field Values

OUTPUT_PORT__JNDI_NAME

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

See Also:
Constant Field Values

OUTPUT_PORT__DESCRIPTION

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

See Also:
Constant Field Values

OUTPUT_PORT__CATEGORY

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

See Also:
Constant Field Values

OUTPUT_PORT__PROVIDER_TYPE

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

See Also:
Constant Field Values

OUTPUT_PORT__PROVIDER

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

See Also:
Constant Field Values

OUTPUT_PORT__PROPERTY_SET

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

See Also:
Constant Field Values

OUTPUT_PORT__REFERENCEABLE

static final int OUTPUT_PORT__REFERENCEABLE
The feature id for the 'Referenceable' reference.

See Also:
Constant Field Values

OUTPUT_PORT__CONNECTION_FACTORY_JNDI_NAME

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

See Also:
Constant Field Values

OUTPUT_PORT__DESTINATION_JNDI_NAMES

static final int OUTPUT_PORT__DESTINATION_JNDI_NAMES
The feature id for the 'Destination JNDI Names' attribute list.

See Also:
Constant Field Values

OUTPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME

static final int OUTPUT_PORT__REPLY_CONNECTION_FACTORY_JNDI_NAME
The feature id for the 'Reply Connection Factory JNDI Name' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__REPLY_DESTINATION_JNDI_NAME

static final int OUTPUT_PORT__REPLY_DESTINATION_JNDI_NAME
The feature id for the 'Reply Destination JNDI Name' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__DELIVERY_MODE

static final int OUTPUT_PORT__DELIVERY_MODE
The feature id for the 'Delivery Mode' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__PRIORITY

static final int OUTPUT_PORT__PRIORITY
The feature id for the 'Priority' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__TIME_TO_LIVE

static final int OUTPUT_PORT__TIME_TO_LIVE
The feature id for the 'Time To Live' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__DISABLE_MESSAGE_ID

static final int OUTPUT_PORT__DISABLE_MESSAGE_ID
The feature id for the 'Disable Message Id' attribute.

See Also:
Constant Field Values

OUTPUT_PORT__DISABLE_MESSAGE_TIMESTAMP

static final int OUTPUT_PORT__DISABLE_MESSAGE_TIMESTAMP
The feature id for the 'Disable Message Timestamp' attribute.

See Also:
Constant Field Values

OUTPUT_PORT_FEATURE_COUNT

static final int OUTPUT_PORT_FEATURE_COUNT
The number of structural features of the 'Output Port' class.

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER

static final int EXTENDED_MESSAGING_PROVIDER
The meta object id for the 'Extended Messaging Provider' class.

See Also:
ExtendedMessagingProviderImpl, CmmPackageImpl.getExtendedMessagingProvider(), Constant Field Values

EXTENDED_MESSAGING_PROVIDER__NAME

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__DESCRIPTION

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__CLASSPATH

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__NATIVEPATH

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__PROVIDER_TYPE

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__ISOLATED_CLASS_LOADER

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__FACTORIES

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__PROPERTY_SET

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

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER__REFERENCEABLES

static final int EXTENDED_MESSAGING_PROVIDER__REFERENCEABLES
The feature id for the 'Referenceables' containment reference list.

See Also:
Constant Field Values

EXTENDED_MESSAGING_PROVIDER_FEATURE_COUNT

static final int EXTENDED_MESSAGING_PROVIDER_FEATURE_COUNT
The number of structural features of the 'Extended Messaging Provider' class.

See Also:
Constant Field Values

ACKNOWLEDGE_MODE

static final int ACKNOWLEDGE_MODE
The meta object id for the 'Acknowledge Mode' enum.

See Also:
AcknowledgeMode, CmmPackageImpl.getAcknowledgeMode(), Constant Field Values

SUBSCRIPTION_DURABILITY_KIND

static final int SUBSCRIPTION_DURABILITY_KIND
The meta object id for the 'Subscription Durability Kind' enum.

See Also:
SubscriptionDurabilityKind, CmmPackageImpl.getSubscriptionDurabilityKind(), Constant Field Values

DELIVERY_MODE

static final int DELIVERY_MODE
The meta object id for the 'Delivery Mode' enum.

See Also:
DeliveryMode, CmmPackageImpl.getDeliveryMode(), Constant Field Values

DESTINATION_TYPE

static final int DESTINATION_TYPE
The meta object id for the 'Destination Type' enum.

See Also:
DestinationType, CmmPackageImpl.getDestinationType(), Constant Field Values
Method Detail

getInputPort

org.eclipse.emf.ecore.EClass getInputPort()
Returns the meta object for class 'Input Port'.

Returns:
the meta object for class 'Input Port'.
See Also:
InputPort

getInputPort_ConnectionFactoryJNDIName

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

Returns:
the meta object for the attribute 'Connection Factory JNDI Name'.
See Also:
InputPort.getConnectionFactoryJNDIName(), getInputPort()

getInputPort_DestinationJNDIName

org.eclipse.emf.ecore.EAttribute getInputPort_DestinationJNDIName()
Returns the meta object for the attribute 'Destination JNDI Name'.

Returns:
the meta object for the attribute 'Destination JNDI Name'.
See Also:
InputPort.getDestinationJNDIName(), getInputPort()

getInputPort_AcknowledgeMode

org.eclipse.emf.ecore.EAttribute getInputPort_AcknowledgeMode()
Returns the meta object for the attribute 'Acknowledge Mode'.

Returns:
the meta object for the attribute 'Acknowledge Mode'.
See Also:
InputPort.getAcknowledgeMode(), getInputPort()

getInputPort_SubscriptionDurability

org.eclipse.emf.ecore.EAttribute getInputPort_SubscriptionDurability()
Returns the meta object for the attribute 'Subscription Durability'.

Returns:
the meta object for the attribute 'Subscription Durability'.
See Also:
InputPort.getSubscriptionDurability(), getInputPort()

getInputPort_DestinationType

org.eclipse.emf.ecore.EAttribute getInputPort_DestinationType()
Returns the meta object for the attribute 'Destination Type'.

Returns:
the meta object for the attribute 'Destination Type'.
See Also:
InputPort.getDestinationType(), getInputPort()

getInputPort_ReplyConnectionFactoryJNDIName

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

Returns:
the meta object for the attribute 'Reply Connection Factory JNDI Name'.
See Also:
InputPort.getReplyConnectionFactoryJNDIName(), getInputPort()

getInputPort_ReplyDestinationJNDIName

org.eclipse.emf.ecore.EAttribute getInputPort_ReplyDestinationJNDIName()
Returns the meta object for the attribute 'Reply Destination JNDI Name'.

Returns:
the meta object for the attribute 'Reply Destination JNDI Name'.
See Also:
InputPort.getReplyDestinationJNDIName(), getInputPort()

getOutputPort

org.eclipse.emf.ecore.EClass getOutputPort()
Returns the meta object for class 'Output Port'.

Returns:
the meta object for class 'Output Port'.
See Also:
OutputPort

getOutputPort_ConnectionFactoryJNDIName

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

Returns:
the meta object for the attribute 'Connection Factory JNDI Name'.
See Also:
OutputPort.getConnectionFactoryJNDIName(), getOutputPort()

getOutputPort_DestinationJNDINames

org.eclipse.emf.ecore.EAttribute getOutputPort_DestinationJNDINames()
Returns the meta object for the attribute list 'Destination JNDI Names'.

Returns:
the meta object for the attribute list 'Destination JNDI Names'.
See Also:
OutputPort.getDestinationJNDINames(), getOutputPort()

getOutputPort_ReplyConnectionFactoryJNDIName

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

Returns:
the meta object for the attribute 'Reply Connection Factory JNDI Name'.
See Also:
OutputPort.getReplyConnectionFactoryJNDIName(), getOutputPort()

getOutputPort_ReplyDestinationJNDIName

org.eclipse.emf.ecore.EAttribute getOutputPort_ReplyDestinationJNDIName()
Returns the meta object for the attribute 'Reply Destination JNDI Name'.

Returns:
the meta object for the attribute 'Reply Destination JNDI Name'.
See Also:
OutputPort.getReplyDestinationJNDIName(), getOutputPort()

getOutputPort_DeliveryMode

org.eclipse.emf.ecore.EAttribute getOutputPort_DeliveryMode()
Returns the meta object for the attribute 'Delivery Mode'.

Returns:
the meta object for the attribute 'Delivery Mode'.
See Also:
OutputPort.getDeliveryMode(), getOutputPort()

getOutputPort_Priority

org.eclipse.emf.ecore.EAttribute getOutputPort_Priority()
Returns the meta object for the attribute 'Priority'.

Returns:
the meta object for the attribute 'Priority'.
See Also:
OutputPort.getPriority(), getOutputPort()

getOutputPort_TimeToLive

org.eclipse.emf.ecore.EAttribute getOutputPort_TimeToLive()
Returns the meta object for the attribute 'Time To Live'.

Returns:
the meta object for the attribute 'Time To Live'.
See Also:
OutputPort.getTimeToLive(), getOutputPort()

getOutputPort_DisableMessageId

org.eclipse.emf.ecore.EAttribute getOutputPort_DisableMessageId()
Returns the meta object for the attribute 'Disable Message Id'.

Returns:
the meta object for the attribute 'Disable Message Id'.
See Also:
OutputPort.isDisableMessageId(), getOutputPort()

getOutputPort_DisableMessageTimestamp

org.eclipse.emf.ecore.EAttribute getOutputPort_DisableMessageTimestamp()
Returns the meta object for the attribute 'Disable Message Timestamp'.

Returns:
the meta object for the attribute 'Disable Message Timestamp'.
See Also:
OutputPort.isDisableMessageTimestamp(), getOutputPort()

getExtendedMessagingProvider

org.eclipse.emf.ecore.EClass getExtendedMessagingProvider()
Returns the meta object for class 'Extended Messaging Provider'.

Returns:
the meta object for class 'Extended Messaging Provider'.
See Also:
ExtendedMessagingProvider

getAcknowledgeMode

org.eclipse.emf.ecore.EEnum getAcknowledgeMode()
Returns the meta object for enum 'Acknowledge Mode'.

Returns:
the meta object for enum 'Acknowledge Mode'.
See Also:
AcknowledgeMode

getSubscriptionDurabilityKind

org.eclipse.emf.ecore.EEnum getSubscriptionDurabilityKind()
Returns the meta object for enum 'Subscription Durability Kind'.

Returns:
the meta object for enum 'Subscription Durability Kind'.
See Also:
SubscriptionDurabilityKind

getDeliveryMode

org.eclipse.emf.ecore.EEnum getDeliveryMode()
Returns the meta object for enum 'Delivery Mode'.

Returns:
the meta object for enum 'Delivery Mode'.
See Also:
DeliveryMode

getDestinationType

org.eclipse.emf.ecore.EEnum getDestinationType()
Returns the meta object for enum 'Destination Type'.

Returns:
the meta object for enum 'Destination Type'.
See Also:
DestinationType

getCmmFactory

CmmFactory getCmmFactory()
Returns the factory that creates the instances of the model.

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