TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.amsb.core.mediationextmodel
Interface MediationextmodelPackage

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

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

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

See Also:
MediationextmodelFactory

Nested Class Summary
static interface MediationextmodelPackage.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 MediationextmodelPackage 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 MEDIATION_TASK
          The meta object id for the 'Mediation Task' class.
static int MEDIATION_TASK__CONTRIBUTE_DATA
          The feature id for the 'Contribute Data' attribute.
static int MEDIATION_TASK__DESCRIPTION
          The feature id for the 'Description' attribute.
static int MEDIATION_TASK__INPUT_DATA_BINDING
          The feature id for the 'Input Data Binding' containment reference.
static int MEDIATION_TASK__NAME
          The feature id for the 'Name' attribute.
static int MEDIATION_TASK__TASK_ID
          The feature id for the 'Task Id' attribute.
static int MEDIATION_TASK_FEATURE_COUNT
          The number of structural features of the 'Mediation Task' class.
 
Method Summary
 MediationextmodelFactory getMediationextmodelFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getMediationTask_ContributeData()
          Returns the meta object for the attribute 'Contribute Data'.
 org.eclipse.emf.ecore.EAttribute getMediationTask_Description()
          Returns the meta object for the attribute 'Description'.
 org.eclipse.emf.ecore.EReference getMediationTask_InputDataBinding()
          Returns the meta object for the containment reference 'Input Data Binding'.
 org.eclipse.emf.ecore.EAttribute getMediationTask_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getMediationTask_TaskId()
          Returns the meta object for the attribute 'Task Id'.
 org.eclipse.emf.ecore.EClass getMediationTask()
          Returns the meta object for class 'Mediation Task'.
 
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 MediationextmodelPackage eINSTANCE
The singleton instance of the package.


MEDIATION_TASK

static final int MEDIATION_TASK
The meta object id for the 'Mediation Task' class.

See Also:
MediationTaskImpl, MediationextmodelPackageImpl.getMediationTask(), Constant Field Values

MEDIATION_TASK__NAME

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

See Also:
Constant Field Values

MEDIATION_TASK__DESCRIPTION

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

See Also:
Constant Field Values

MEDIATION_TASK__CONTRIBUTE_DATA

static final int MEDIATION_TASK__CONTRIBUTE_DATA
The feature id for the 'Contribute Data' attribute.

See Also:
Constant Field Values

MEDIATION_TASK__INPUT_DATA_BINDING

static final int MEDIATION_TASK__INPUT_DATA_BINDING
The feature id for the 'Input Data Binding' containment reference.

See Also:
Constant Field Values

MEDIATION_TASK__TASK_ID

static final int MEDIATION_TASK__TASK_ID
The feature id for the 'Task Id' attribute.

See Also:
Constant Field Values

MEDIATION_TASK_FEATURE_COUNT

static final int MEDIATION_TASK_FEATURE_COUNT
The number of structural features of the 'Mediation Task' class.

See Also:
Constant Field Values
Method Detail

getMediationTask

org.eclipse.emf.ecore.EClass getMediationTask()
Returns the meta object for class 'Mediation Task'.

Returns:
the meta object for class 'Mediation Task'.
See Also:
MediationTask

getMediationTask_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
MediationTask.getName(), getMediationTask()

getMediationTask_Description

org.eclipse.emf.ecore.EAttribute getMediationTask_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
MediationTask.getDescription(), getMediationTask()

getMediationTask_ContributeData

org.eclipse.emf.ecore.EAttribute getMediationTask_ContributeData()
Returns the meta object for the attribute 'Contribute Data'.

Returns:
the meta object for the attribute 'Contribute Data'.
See Also:
MediationTask.isContributeData(), getMediationTask()

getMediationTask_InputDataBinding

org.eclipse.emf.ecore.EReference getMediationTask_InputDataBinding()
Returns the meta object for the containment reference 'Input Data Binding'.

Returns:
the meta object for the containment reference 'Input Data Binding'.
See Also:
MediationTask.getInputDataBinding(), getMediationTask()

getMediationTask_TaskId

org.eclipse.emf.ecore.EAttribute getMediationTask_TaskId()
Returns the meta object for the attribute 'Task Id'.

Returns:
the meta object for the attribute 'Task Id'.
See Also:
MediationTask.getTaskId(), getMediationTask()

getMediationextmodelFactory

MediationextmodelFactory getMediationextmodelFactory()
Returns the factory that creates the instances of the model.

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

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.