Interface BindingPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
BindingPackageImpl
public interface BindingPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
BindingFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BindingPackage.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
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHARACTERISTIC_BINDING
The meta object id for the 'Characteristic Binding
' class.static int
CHARACTERISTIC_BINDING__CHARACTERISTIC
The feature id for the 'Characteristic' reference.static int
CHARACTERISTIC_BINDING__MANIFESTATION
The feature id for the 'Manifestation' containment reference.static int
CHARACTERISTIC_BINDING__TARGET
The feature id for the 'Target' reference.static int
CHARACTERISTIC_BINDING__VALUETYPE
The feature id for the 'Valuetype' reference.static int
CHARACTERISTIC_BINDING_FEATURE_COUNT
The number of structural features of the 'Characteristic Binding' class.static int
CHARACTERIZATION_CONTEXT
The meta object id for the 'Characterization Context
' class.static int
CHARACTERIZATION_CONTEXT__BINDINGS
The feature id for the 'Bindings' containment reference list.static int
CHARACTERIZATION_CONTEXT__INCLUDES_CONTEXT
The feature id for the 'Includes Context' reference list.static int
CHARACTERIZATION_CONTEXT__REFINES_CONTEXT
The feature id for the 'Refines Context' reference list.static int
CHARACTERIZATION_CONTEXT_FEATURE_COUNT
The number of structural features of the 'Characterization Context' class.static BindingPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
MANIFESTATION_CONTAINER
The meta object id for the 'Manifestation Container
' class.static int
MANIFESTATION_CONTAINER__MANIFESTATION
The feature id for the 'Manifestation' containment reference.static int
MANIFESTATION_CONTAINER__VALUETYPE
The feature id for the 'Valuetype' reference.static int
MANIFESTATION_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Manifestation Container' class.static int
NAMESPACE
The meta object id for the 'Namespace
' class.static int
NAMESPACE_FEATURE_COUNT
The number of structural features of the 'Namespace' class.static int
NAMESPACE_IMPORT
The meta object id for the 'Namespace Import
' class.static int
NAMESPACE_IMPORT__IMPORTED_NAME
The feature id for the 'Imported Name' attribute.static int
NAMESPACE_IMPORT__IMPORTED_NAMESPACE
The feature id for the 'Imported Namespace' reference.static int
NAMESPACE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Namespace Import' class.
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final BindingPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CHARACTERIZATION_CONTEXT
static final int CHARACTERIZATION_CONTEXT
The meta object id for the 'Characterization Context
' class.- See Also:
CharacterizationContextImpl
,BindingPackageImpl.getCharacterizationContext()
, Constant Field Values- Generated class or method.
-
CHARACTERIZATION_CONTEXT__BINDINGS
static final int CHARACTERIZATION_CONTEXT__BINDINGS
The feature id for the 'Bindings' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERIZATION_CONTEXT__INCLUDES_CONTEXT
static final int CHARACTERIZATION_CONTEXT__INCLUDES_CONTEXT
The feature id for the 'Includes Context' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERIZATION_CONTEXT__REFINES_CONTEXT
static final int CHARACTERIZATION_CONTEXT__REFINES_CONTEXT
The feature id for the 'Refines Context' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERIZATION_CONTEXT_FEATURE_COUNT
static final int CHARACTERIZATION_CONTEXT_FEATURE_COUNT
The number of structural features of the 'Characterization Context' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MANIFESTATION_CONTAINER
static final int MANIFESTATION_CONTAINER
The meta object id for the 'Manifestation Container
' class.- See Also:
ManifestationContainerImpl
,BindingPackageImpl.getManifestationContainer()
, Constant Field Values- Generated class or method.
-
MANIFESTATION_CONTAINER__MANIFESTATION
static final int MANIFESTATION_CONTAINER__MANIFESTATION
The feature id for the 'Manifestation' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MANIFESTATION_CONTAINER__VALUETYPE
static final int MANIFESTATION_CONTAINER__VALUETYPE
The feature id for the 'Valuetype' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MANIFESTATION_CONTAINER_FEATURE_COUNT
static final int MANIFESTATION_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Manifestation Container' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_BINDING
static final int CHARACTERISTIC_BINDING
The meta object id for the 'Characteristic Binding
' class.- See Also:
CharacteristicBindingImpl
,BindingPackageImpl.getCharacteristicBinding()
, Constant Field Values- Generated class or method.
-
CHARACTERISTIC_BINDING__MANIFESTATION
static final int CHARACTERISTIC_BINDING__MANIFESTATION
The feature id for the 'Manifestation' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_BINDING__VALUETYPE
static final int CHARACTERISTIC_BINDING__VALUETYPE
The feature id for the 'Valuetype' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_BINDING__CHARACTERISTIC
static final int CHARACTERISTIC_BINDING__CHARACTERISTIC
The feature id for the 'Characteristic' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_BINDING__TARGET
static final int CHARACTERISTIC_BINDING__TARGET
The feature id for the 'Target' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CHARACTERISTIC_BINDING_FEATURE_COUNT
static final int CHARACTERISTIC_BINDING_FEATURE_COUNT
The number of structural features of the 'Characteristic Binding' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMESPACE
static final int NAMESPACE
The meta object id for the 'Namespace
' class.- See Also:
NamespaceImpl
,BindingPackageImpl.getNamespace()
, Constant Field Values- Generated class or method.
-
NAMESPACE_FEATURE_COUNT
static final int NAMESPACE_FEATURE_COUNT
The number of structural features of the 'Namespace' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMESPACE_IMPORT
static final int NAMESPACE_IMPORT
The meta object id for the 'Namespace Import
' class.- See Also:
NamespaceImportImpl
,BindingPackageImpl.getNamespaceImport()
, Constant Field Values- Generated class or method.
-
NAMESPACE_IMPORT__IMPORTED_NAME
static final int NAMESPACE_IMPORT__IMPORTED_NAME
The feature id for the 'Imported Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMESPACE_IMPORT__IMPORTED_NAMESPACE
static final int NAMESPACE_IMPORT__IMPORTED_NAMESPACE
The feature id for the 'Imported Namespace' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMESPACE_IMPORT_FEATURE_COUNT
static final int NAMESPACE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Namespace Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getCharacterizationContext
EClass getCharacterizationContext()
Returns the meta object for class 'Characterization Context
'.- Returns:
- the meta object for class 'Characterization Context'.
- See Also:
CharacterizationContext
- Generated class or method.
-
getCharacterizationContext_Bindings
EReference getCharacterizationContext_Bindings()
Returns the meta object for the containment reference list 'Bindings
'.- Returns:
- the meta object for the containment reference list 'Bindings'.
- See Also:
CharacterizationContext.getBindings()
,getCharacterizationContext()
- Generated class or method.
-
getCharacterizationContext_IncludesContext
EReference getCharacterizationContext_IncludesContext()
Returns the meta object for the reference list 'Includes Context
'.- Returns:
- the meta object for the reference list 'Includes Context'.
- See Also:
CharacterizationContext.getIncludesContext()
,getCharacterizationContext()
- Generated class or method.
-
getCharacterizationContext_RefinesContext
EReference getCharacterizationContext_RefinesContext()
Returns the meta object for the reference list 'Refines Context
'.- Returns:
- the meta object for the reference list 'Refines Context'.
- See Also:
CharacterizationContext.getRefinesContext()
,getCharacterizationContext()
- Generated class or method.
-
getManifestationContainer
EClass getManifestationContainer()
Returns the meta object for class 'Manifestation Container
'.- Returns:
- the meta object for class 'Manifestation Container'.
- See Also:
ManifestationContainer
- Generated class or method.
-
getManifestationContainer_Manifestation
EReference getManifestationContainer_Manifestation()
Returns the meta object for the containment reference 'Manifestation
'.- Returns:
- the meta object for the containment reference 'Manifestation'.
- See Also:
ManifestationContainer.getManifestation()
,getManifestationContainer()
- Generated class or method.
-
getManifestationContainer_Valuetype
EReference getManifestationContainer_Valuetype()
Returns the meta object for the reference 'Valuetype
'.- Returns:
- the meta object for the reference 'Valuetype'.
- See Also:
ManifestationContainer.getValuetype()
,getManifestationContainer()
- Generated class or method.
-
getCharacteristicBinding
EClass getCharacteristicBinding()
Returns the meta object for class 'Characteristic Binding
'.- Returns:
- the meta object for class 'Characteristic Binding'.
- See Also:
CharacteristicBinding
- Generated class or method.
-
getCharacteristicBinding_Characteristic
EReference getCharacteristicBinding_Characteristic()
Returns the meta object for the reference 'Characteristic
'.- Returns:
- the meta object for the reference 'Characteristic'.
- See Also:
CharacteristicBinding.getCharacteristic()
,getCharacteristicBinding()
- Generated class or method.
-
getCharacteristicBinding_Target
EReference getCharacteristicBinding_Target()
Returns the meta object for the reference 'Target
'.- Returns:
- the meta object for the reference 'Target'.
- See Also:
CharacteristicBinding.getTarget()
,getCharacteristicBinding()
- Generated class or method.
-
getNamespace
EClass getNamespace()
Returns the meta object for class 'Namespace
'.- Returns:
- the meta object for class 'Namespace'.
- See Also:
Namespace
- Generated class or method.
-
getNamespaceImport
EClass getNamespaceImport()
Returns the meta object for class 'Namespace Import
'.- Returns:
- the meta object for class 'Namespace Import'.
- See Also:
NamespaceImport
- Generated class or method.
-
getNamespaceImport_ImportedName
EAttribute getNamespaceImport_ImportedName()
Returns the meta object for the attribute 'Imported Name
'.- Returns:
- the meta object for the attribute 'Imported Name'.
- See Also:
NamespaceImport.getImportedName()
,getNamespaceImport()
- Generated class or method.
-
getNamespaceImport_ImportedNamespace
EReference getNamespaceImport_ImportedNamespace()
Returns the meta object for the reference 'Imported Namespace
'.- Returns:
- the meta object for the reference 'Imported Namespace'.
- See Also:
NamespaceImport.getImportedNamespace()
,getNamespaceImport()
- Generated class or method.
-
getBindingFactory
BindingFactory getBindingFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-