org.eclipse.emfforms.core.services.databinding.testmodel.test.model
Interface TestPackage

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

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

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

See Also:
TestFactory

Nested Class Summary
static interface TestPackage.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 A
          The meta object id for the ' A' class.
static int A__B
          The feature id for the 'B' containment reference.
static int A_FEATURE_COUNT
          The number of structural features of the 'A' class.
static int B
          The meta object id for the ' B' class.
static int B__C
          The feature id for the 'C' containment reference.
static int B__CLIST
          The feature id for the 'CList' reference list.
static int B_FEATURE_COUNT
          The number of structural features of the 'B' class.
static int C
          The meta object id for the ' C' class.
static int C__D
          The feature id for the 'D' containment reference.
static int C__ECLASS_TO_A
          The feature id for the 'EClass To A' map.
static int C__ECLASS_TO_STRING
          The feature id for the 'EClass To String' map.
static int C_FEATURE_COUNT
          The number of structural features of the 'C' class.
static int D
          The meta object id for the ' D' class.
static int D__X
          The feature id for the 'X' attribute.
static int D__YLIST
          The feature id for the 'YList' attribute list.
static int D_FEATURE_COUNT
          The number of structural features of the 'D' class.
static int ECLASS_TO_AMAP
          The meta object id for the ' EClass To AMap' class.
static int ECLASS_TO_AMAP__KEY
          The feature id for the 'Key' reference.
static int ECLASS_TO_AMAP__VALUE
          The feature id for the 'Value' reference.
static int ECLASS_TO_AMAP_FEATURE_COUNT
          The number of structural features of the 'EClass To AMap' class.
static int ECLASS_TO_ESTRING_MAP
          The meta object id for the ' EClass To EString Map' class.
static int ECLASS_TO_ESTRING_MAP__KEY
          The feature id for the 'Key' reference.
static int ECLASS_TO_ESTRING_MAP__VALUE
          The feature id for the 'Value' attribute.
static int ECLASS_TO_ESTRING_MAP_FEATURE_COUNT
          The number of structural features of the 'EClass To EString Map' class.
static TestPackage 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.
 
Method Summary
 org.eclipse.emf.ecore.EReference getA_B()
          Returns the meta object for the containment reference ' B'.
 org.eclipse.emf.ecore.EClass getA()
          Returns the meta object for class 'A'.
 org.eclipse.emf.ecore.EReference getB_C()
          Returns the meta object for the containment reference ' C'.
 org.eclipse.emf.ecore.EReference getB_CList()
          Returns the meta object for the reference list ' CList'.
 org.eclipse.emf.ecore.EClass getB()
          Returns the meta object for class 'B'.
 org.eclipse.emf.ecore.EReference getC_D()
          Returns the meta object for the containment reference ' D'.
 org.eclipse.emf.ecore.EReference getC_EClassToA()
          Returns the meta object for the map ' EClass To A'.
 org.eclipse.emf.ecore.EReference getC_EClassToString()
          Returns the meta object for the map ' EClass To String'.
 org.eclipse.emf.ecore.EClass getC()
          Returns the meta object for class 'C'.
 org.eclipse.emf.ecore.EAttribute getD_X()
          Returns the meta object for the attribute ' X'.
 org.eclipse.emf.ecore.EAttribute getD_YList()
          Returns the meta object for the attribute list ' YList'.
 org.eclipse.emf.ecore.EClass getD()
          Returns the meta object for class 'D'.
 org.eclipse.emf.ecore.EReference getEClassToAMap_Key()
          Returns the meta object for the reference 'Key'.
 org.eclipse.emf.ecore.EReference getEClassToAMap_Value()
          Returns the meta object for the reference 'Value'.
 org.eclipse.emf.ecore.EClass getEClassToAMap()
          Returns the meta object for class 'EClass To AMap'.
 org.eclipse.emf.ecore.EReference getEClassToEStringMap_Key()
          Returns the meta object for the reference 'Key'.
 org.eclipse.emf.ecore.EAttribute getEClassToEStringMap_Value()
          Returns the meta object for the attribute 'Value'.
 org.eclipse.emf.ecore.EClass getEClassToEStringMap()
          Returns the meta object for class 'EClass To EString Map'.
 TestFactory getTestFactory()
          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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
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

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TestPackage eINSTANCE
The singleton instance of the package.


A

static final int A
The meta object id for the ' A' class.

See Also:
AImpl, TestPackageImpl.getA(), Constant Field Values

A__B

static final int A__B
The feature id for the 'B' containment reference.

See Also:
Constant Field Values

A_FEATURE_COUNT

static final int A_FEATURE_COUNT
The number of structural features of the 'A' class.

See Also:
Constant Field Values

B

static final int B
The meta object id for the ' B' class.

See Also:
BImpl, TestPackageImpl.getB(), Constant Field Values

B__C

static final int B__C
The feature id for the 'C' containment reference.

See Also:
Constant Field Values

B__CLIST

static final int B__CLIST
The feature id for the 'CList' reference list.

See Also:
Constant Field Values

B_FEATURE_COUNT

static final int B_FEATURE_COUNT
The number of structural features of the 'B' class.

See Also:
Constant Field Values

C

static final int C
The meta object id for the ' C' class.

See Also:
CImpl, TestPackageImpl.getC(), Constant Field Values

C__D

static final int C__D
The feature id for the 'D' containment reference.

See Also:
Constant Field Values

C__ECLASS_TO_STRING

static final int C__ECLASS_TO_STRING
The feature id for the 'EClass To String' map.

See Also:
Constant Field Values

C__ECLASS_TO_A

static final int C__ECLASS_TO_A
The feature id for the 'EClass To A' map.

See Also:
Constant Field Values

C_FEATURE_COUNT

static final int C_FEATURE_COUNT
The number of structural features of the 'C' class.

See Also:
Constant Field Values

D

static final int D
The meta object id for the ' D' class.

See Also:
DImpl, TestPackageImpl.getD(), Constant Field Values

D__X

static final int D__X
The feature id for the 'X' attribute.

See Also:
Constant Field Values

D__YLIST

static final int D__YLIST
The feature id for the 'YList' attribute list.

See Also:
Constant Field Values

D_FEATURE_COUNT

static final int D_FEATURE_COUNT
The number of structural features of the 'D' class.

See Also:
Constant Field Values

ECLASS_TO_ESTRING_MAP

static final int ECLASS_TO_ESTRING_MAP
The meta object id for the ' EClass To EString Map' class.

See Also:
EClassToEStringMapImpl, TestPackageImpl.getEClassToEStringMap(), Constant Field Values

ECLASS_TO_ESTRING_MAP__KEY

static final int ECLASS_TO_ESTRING_MAP__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

ECLASS_TO_ESTRING_MAP__VALUE

static final int ECLASS_TO_ESTRING_MAP__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

ECLASS_TO_ESTRING_MAP_FEATURE_COUNT

static final int ECLASS_TO_ESTRING_MAP_FEATURE_COUNT
The number of structural features of the 'EClass To EString Map' class.

See Also:
Constant Field Values

ECLASS_TO_AMAP

static final int ECLASS_TO_AMAP
The meta object id for the ' EClass To AMap' class.

See Also:
EClassToAMapImpl, TestPackageImpl.getEClassToAMap(), Constant Field Values

ECLASS_TO_AMAP__KEY

static final int ECLASS_TO_AMAP__KEY
The feature id for the 'Key' reference.

See Also:
Constant Field Values

ECLASS_TO_AMAP__VALUE

static final int ECLASS_TO_AMAP__VALUE
The feature id for the 'Value' reference.

See Also:
Constant Field Values

ECLASS_TO_AMAP_FEATURE_COUNT

static final int ECLASS_TO_AMAP_FEATURE_COUNT
The number of structural features of the 'EClass To AMap' class.

See Also:
Constant Field Values
Method Detail

getA

org.eclipse.emf.ecore.EClass getA()
Returns the meta object for class 'A'.

Returns:
the meta object for class 'A'.
See Also:
A

getA_B

org.eclipse.emf.ecore.EReference getA_B()
Returns the meta object for the containment reference ' B'.

Returns:
the meta object for the containment reference 'B'.
See Also:
A.getB(), getA()

getB

org.eclipse.emf.ecore.EClass getB()
Returns the meta object for class 'B'.

Returns:
the meta object for class 'B'.
See Also:
B

getB_C

org.eclipse.emf.ecore.EReference getB_C()
Returns the meta object for the containment reference ' C'.

Returns:
the meta object for the containment reference 'C'.
See Also:
B.getC(), getB()

getB_CList

org.eclipse.emf.ecore.EReference getB_CList()
Returns the meta object for the reference list ' CList'.

Returns:
the meta object for the reference list 'CList'.
See Also:
B.getCList(), getB()

getC

org.eclipse.emf.ecore.EClass getC()
Returns the meta object for class 'C'.

Returns:
the meta object for class 'C'.
See Also:
C

getC_D

org.eclipse.emf.ecore.EReference getC_D()
Returns the meta object for the containment reference ' D'.

Returns:
the meta object for the containment reference 'D'.
See Also:
C.getD(), getC()

getC_EClassToString

org.eclipse.emf.ecore.EReference getC_EClassToString()
Returns the meta object for the map ' EClass To String'.

Returns:
the meta object for the map 'EClass To String'.
See Also:
C.getEClassToString(), getC()

getC_EClassToA

org.eclipse.emf.ecore.EReference getC_EClassToA()
Returns the meta object for the map ' EClass To A'.

Returns:
the meta object for the map 'EClass To A'.
See Also:
C.getEClassToA(), getC()

getD

org.eclipse.emf.ecore.EClass getD()
Returns the meta object for class 'D'.

Returns:
the meta object for class 'D'.
See Also:
D

getD_X

org.eclipse.emf.ecore.EAttribute getD_X()
Returns the meta object for the attribute ' X'.

Returns:
the meta object for the attribute 'X'.
See Also:
D.getX(), getD()

getD_YList

org.eclipse.emf.ecore.EAttribute getD_YList()
Returns the meta object for the attribute list ' YList'.

Returns:
the meta object for the attribute list 'YList'.
See Also:
D.getYList(), getD()

getEClassToEStringMap

org.eclipse.emf.ecore.EClass getEClassToEStringMap()
Returns the meta object for class 'EClass To EString Map'.

Returns:
the meta object for class 'EClass To EString Map'.
See Also:
Map.Entry

getEClassToEStringMap_Key

org.eclipse.emf.ecore.EReference getEClassToEStringMap_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
Map.Entry, getEClassToEStringMap()

getEClassToEStringMap_Value

org.eclipse.emf.ecore.EAttribute getEClassToEStringMap_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Map.Entry, getEClassToEStringMap()

getEClassToAMap

org.eclipse.emf.ecore.EClass getEClassToAMap()
Returns the meta object for class 'EClass To AMap'.

Returns:
the meta object for class 'EClass To AMap'.
See Also:
Map.Entry

getEClassToAMap_Key

org.eclipse.emf.ecore.EReference getEClassToAMap_Key()
Returns the meta object for the reference 'Key'.

Returns:
the meta object for the reference 'Key'.
See Also:
Map.Entry, getEClassToAMap()

getEClassToAMap_Value

org.eclipse.emf.ecore.EReference getEClassToAMap_Value()
Returns the meta object for the reference 'Value'.

Returns:
the meta object for the reference 'Value'.
See Also:
Map.Entry, getEClassToAMap()

getTestFactory

TestFactory getTestFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2015. All Rights Reserved.