|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedmessagingservicePackage
The Package for the model. It contains accessors for the meta objects to represent
ExtendedmessagingserviceFactory
Nested Class Summary | |
---|---|
static interface |
ExtendedmessagingservicePackage.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 |
ASYNCH_MESSAGE_CONSUMER_EXTENSION
The meta object id for the ' Asynch Message Consumer Extension ' class |
static int |
ASYNCH_MESSAGE_CONSUMER_EXTENSION__ENABLED
The feature id for the 'Enabled' attribute |
static int |
ASYNCH_MESSAGE_CONSUMER_EXTENSION__LISTENER_PORT
The feature id for the 'Listener Port' reference |
static int |
ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_INTERVAL
The feature id for the 'Request Interval' attribute |
static int |
ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_TIMEOUT
The feature id for the 'Request Timeout' attribute |
static int |
ASYNCH_MESSAGE_CONSUMER_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Asynch Message Consumer Extension' class |
static ExtendedmessagingservicePackage |
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_SERVICE
The meta object id for the ' Extended Messaging Service ' class |
static int |
EXTENDED_MESSAGING_SERVICE__CONTEXT
The feature id for the 'Context' container reference |
static int |
EXTENDED_MESSAGING_SERVICE__ENABLE
The feature id for the 'Enable' attribute |
static int |
EXTENDED_MESSAGING_SERVICE__LISTENER_PORT_EXTENSIONS
The feature id for the 'Listener Port Extensions' containment reference list |
static int |
EXTENDED_MESSAGING_SERVICE__PROPERTIES
The feature id for the 'Properties' containment reference list |
static int |
EXTENDED_MESSAGING_SERVICE_FEATURE_COUNT
The number of structural features of the 'Extended Messaging Service' class |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EAttribute |
getAsynchMessageConsumerExtension_Enabled()
Returns the meta object for the attribute ' Enabled ' |
org.eclipse.emf.ecore.EReference |
getAsynchMessageConsumerExtension_ListenerPort()
Returns the meta object for the reference ' Listener Port ' |
org.eclipse.emf.ecore.EAttribute |
getAsynchMessageConsumerExtension_RequestInterval()
Returns the meta object for the attribute ' Request Interval ' |
org.eclipse.emf.ecore.EAttribute |
getAsynchMessageConsumerExtension_RequestTimeout()
Returns the meta object for the attribute ' Request Timeout ' |
org.eclipse.emf.ecore.EClass |
getAsynchMessageConsumerExtension()
Returns the meta object for class ' Asynch Message Consumer Extension ' |
org.eclipse.emf.ecore.EReference |
getExtendedMessagingService_ListenerPortExtensions()
Returns the meta object for the containment reference list ' Listener Port Extensions ' |
org.eclipse.emf.ecore.EClass |
getExtendedMessagingService()
Returns the meta object for class ' Extended Messaging Service ' |
ExtendedmessagingserviceFactory |
getExtendedmessagingserviceFactory()
Returns the factory that creates the instances of the model |
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ExtendedmessagingservicePackage eINSTANCE
static final int EXTENDED_MESSAGING_SERVICE
Extended Messaging Service
' class.
ExtendedMessagingServiceImpl
,
ExtendedmessagingservicePackageImpl.getExtendedMessagingService()
,
Constant Field Valuesstatic final int EXTENDED_MESSAGING_SERVICE__ENABLE
static final int EXTENDED_MESSAGING_SERVICE__CONTEXT
static final int EXTENDED_MESSAGING_SERVICE__PROPERTIES
static final int EXTENDED_MESSAGING_SERVICE__LISTENER_PORT_EXTENSIONS
static final int EXTENDED_MESSAGING_SERVICE_FEATURE_COUNT
static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION
Asynch Message Consumer Extension
' class.
AsynchMessageConsumerExtensionImpl
,
ExtendedmessagingservicePackageImpl.getAsynchMessageConsumerExtension()
,
Constant Field Valuesstatic final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__ENABLED
static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_INTERVAL
static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_TIMEOUT
static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__LISTENER_PORT
static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getExtendedMessagingService()
Extended Messaging Service
'.
ExtendedMessagingService
org.eclipse.emf.ecore.EReference getExtendedMessagingService_ListenerPortExtensions()
Listener Port Extensions
'.
ExtendedMessagingService.getListenerPortExtensions()
,
getExtendedMessagingService()
org.eclipse.emf.ecore.EClass getAsynchMessageConsumerExtension()
Asynch Message Consumer Extension
'.
AsynchMessageConsumerExtension
org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_Enabled()
Enabled
'.
AsynchMessageConsumerExtension.isEnabled()
,
getAsynchMessageConsumerExtension()
org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestInterval()
Request Interval
'.
AsynchMessageConsumerExtension.getRequestInterval()
,
getAsynchMessageConsumerExtension()
org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestTimeout()
Request Timeout
'.
AsynchMessageConsumerExtension.getRequestTimeout()
,
getAsynchMessageConsumerExtension()
org.eclipse.emf.ecore.EReference getAsynchMessageConsumerExtension_ListenerPort()
Listener Port
'.
AsynchMessageConsumerExtension.getListenerPort()
,
getAsynchMessageConsumerExtension()
ExtendedmessagingserviceFactory getExtendedmessagingserviceFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |