public class FragmentPackageImpl
extends EPackageImpl
MFragmentFactory| Modifier and Type | Class and Description |
|---|---|
static interface |
FragmentPackageImpl.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static FragmentPackageImpl |
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 |
MODEL_FRAGMENT
The meta object id for the '
Model Fragment' class |
static int |
MODEL_FRAGMENT__ELEMENTS
The feature id for the 'Elements' containment reference list
|
static int |
MODEL_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Model Fragment' class
|
static int |
MODEL_FRAGMENTS
The meta object id for the '
Model Fragments' class |
static int |
MODEL_FRAGMENTS__FRAGMENTS
The feature id for the 'Fragments' containment reference list
|
static int |
MODEL_FRAGMENTS__IMPORTS
The feature id for the 'Imports' containment reference list
|
static int |
MODEL_FRAGMENTS_FEATURE_COUNT
The number of structural features of the 'Model Fragments' class
|
static int |
STRING_MODEL_FRAGMENT
The meta object id for the '
String Model Fragment' class |
static int |
STRING_MODEL_FRAGMENT__ELEMENTS
The feature id for the 'Elements' containment reference list
|
static int |
STRING_MODEL_FRAGMENT__FEATURENAME
The feature id for the 'Featurename' attribute
|
static int |
STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID
The feature id for the 'Parent Element Id' attribute
|
static int |
STRING_MODEL_FRAGMENT__POSITION_IN_LIST
The feature id for the 'Position In List' attribute
|
static int |
STRING_MODEL_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'String Model Fragment' class
|
| Modifier and Type | Method and Description |
|---|---|
void |
createPackageContents()
Creates the meta-model objects for the package.
|
MFragmentFactory |
getFragmentFactory()
Returns the factory that creates the instances of the model
|
EReference |
getModelFragment_Elements()
Returns the meta object for the containment reference list '
Elements' |
EClass |
getModelFragment()
Returns the meta object for class '
Model Fragment' |
EReference |
getModelFragments_Fragments()
Returns the meta object for the containment reference list '
Fragments' |
EReference |
getModelFragments_Imports()
Returns the meta object for the containment reference list '
Imports' |
EClass |
getModelFragments()
Returns the meta object for class '
Model Fragments' |
EAttribute |
getStringModelFragment_Featurename()
Returns the meta object for the attribute '
Featurename' |
EAttribute |
getStringModelFragment_ParentElementId()
Returns the meta object for the attribute '
Parent Element Id' |
EAttribute |
getStringModelFragment_PositionInList()
Returns the meta object for the attribute '
Position In List' |
EClass |
getStringModelFragment()
Returns the meta object for class '
String Model Fragment' |
static FragmentPackageImpl |
init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
|
void |
initializePackageContents()
Complete the initialization of the package and its meta-model.
|
public static final java.lang.String eNAME
public static final java.lang.String eNS_URI
public static final java.lang.String eNS_PREFIX
public static final FragmentPackageImpl eINSTANCE
public static final int MODEL_FRAGMENTS
Model Fragments' class.
public static final int MODEL_FRAGMENTS__IMPORTS
public static final int MODEL_FRAGMENTS__FRAGMENTS
public static final int MODEL_FRAGMENTS_FEATURE_COUNT
public static final int MODEL_FRAGMENT
Model Fragment' class.
ModelFragmentImpl,
getModelFragment(),
Constant Field Valuespublic static final int MODEL_FRAGMENT__ELEMENTS
public static final int MODEL_FRAGMENT_FEATURE_COUNT
public static final int STRING_MODEL_FRAGMENT
String Model Fragment' class.
public static final int STRING_MODEL_FRAGMENT__ELEMENTS
public static final int STRING_MODEL_FRAGMENT__FEATURENAME
public static final int STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID
public static final int STRING_MODEL_FRAGMENT__POSITION_IN_LIST
public static final int STRING_MODEL_FRAGMENT_FEATURE_COUNT
public static FragmentPackageImpl init()
This method is used to initialize eINSTANCE when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
public EClass getModelFragments()
Model Fragments'.
MModelFragmentspublic EReference getModelFragments_Imports()
Imports'.
MModelFragments.getImports(),
getModelFragments()public EReference getModelFragments_Fragments()
Fragments'.
MModelFragments.getFragments(),
getModelFragments()public EClass getModelFragment()
Model Fragment'.
MModelFragmentpublic EReference getModelFragment_Elements()
Elements'.
MModelFragment.getElements(),
getModelFragment()public EClass getStringModelFragment()
String Model Fragment'.
MStringModelFragmentpublic EAttribute getStringModelFragment_Featurename()
Featurename'.
MStringModelFragment.getFeaturename(),
getStringModelFragment()public EAttribute getStringModelFragment_ParentElementId()
Parent Element Id'.
MStringModelFragment.getParentElementId(),
getStringModelFragment()public EAttribute getStringModelFragment_PositionInList()
Position In List'.
MStringModelFragment.getPositionInList(),
getStringModelFragment()public MFragmentFactory getFragmentFactory()
public void createPackageContents()
public void initializePackageContents()