org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563
Interface Bug344563Package


public interface Bug344563Package

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

See Also:
Bug344563Factory
Generated:
Model:
kind="package"

Nested Class Summary
static interface Bug344563Package.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static Bug344563Package 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 MY_ECLASS
          The meta object id for the 'My EClass' class.
static int MY_ECLASS__ATTR
          The feature id for the 'Attr' attribute.
static int MY_ECLASS__DERIVED_ATTR
          The feature id for the 'Derived Attr' attribute.
static int MY_ECLASS_FEATURE_COUNT
          The number of structural features of the 'My EClass' class.
static int MY_ENUM
          The meta object id for the 'My Enum' enum.
 
Method Summary
 Bug344563Factory getBug344563Factory()
          Returns the factory that creates the instances of the model.
 EAttribute getMyEClass_Attr()
          Returns the meta object for the attribute 'Attr'.
 EAttribute getMyEClass_DerivedAttr()
          Returns the meta object for the attribute 'Derived Attr'.
 EClass getMyEClass()
          Returns the meta object for class 'My EClass'.
 EEnum getMyEnum()
          Returns the meta object for enum 'My Enum'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final Bug344563Package eINSTANCE
The singleton instance of the package.

Generated:

MY_ECLASS

static final int MY_ECLASS
The meta object id for the 'My EClass' class.

See Also:
org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563.impl.MyEClassImpl, org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563.impl.Bug344563PackageImpl#getMyEClass(), Constant Field Values
Generated:

MY_ECLASS__ATTR

static final int MY_ECLASS__ATTR
The feature id for the 'Attr' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MY_ECLASS__DERIVED_ATTR

static final int MY_ECLASS__DERIVED_ATTR
The feature id for the 'Derived Attr' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MY_ECLASS_FEATURE_COUNT

static final int MY_ECLASS_FEATURE_COUNT
The number of structural features of the 'My EClass' class.

See Also:
Constant Field Values
Generated:
Ordered:

MY_ENUM

static final int MY_ENUM
The meta object id for the 'My Enum' enum.

See Also:
MyEnum, org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563.impl.Bug344563PackageImpl#getMyEnum(), Constant Field Values
Generated:
Method Detail

getMyEClass

EClass getMyEClass()
Returns the meta object for class 'My EClass'.

Returns:
the meta object for class 'My EClass'.
See Also:
MyEClass
Generated:

getMyEClass_Attr

EAttribute getMyEClass_Attr()
Returns the meta object for the attribute 'Attr'.

Returns:
the meta object for the attribute 'Attr'.
See Also:
MyEClass.getAttr(), getMyEClass()
Generated:

getMyEClass_DerivedAttr

EAttribute getMyEClass_DerivedAttr()
Returns the meta object for the attribute 'Derived Attr'.

Returns:
the meta object for the attribute 'Derived Attr'.
See Also:
MyEClass.getDerivedAttr(), getMyEClass()
Generated:

getMyEnum

EEnum getMyEnum()
Returns the meta object for enum 'My Enum'.

Returns:
the meta object for enum 'My Enum'.
See Also:
MyEnum
Generated:

getBug344563Factory

Bug344563Factory getBug344563Factory()
Returns the factory that creates the instances of the model.

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