|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.EPackageImpl
org.eclipse.gmt.umlx.ecore2.impl.Ecore2PackageImpl
public class Ecore2PackageImpl
An implementation of the model Package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.gmt.umlx.ecore2.Ecore2Package |
---|
Ecore2Package.Literals |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
ELAST_EOBJECT_FLAG |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Method Summary | |
---|---|
void |
createPackageContents()
Creates the meta-model objects for the package. |
org.eclipse.emf.ecore.EAttribute |
getE2Association_Direction()
|
org.eclipse.emf.ecore.EReference |
getE2Association_Forward()
|
org.eclipse.emf.ecore.EReference |
getE2Association_Reverse()
|
org.eclipse.emf.ecore.EReference |
getE2Association_Source()
|
org.eclipse.emf.ecore.EReference |
getE2Association_Target()
|
org.eclipse.emf.ecore.EClass |
getE2Association()
|
org.eclipse.emf.ecore.EReference |
getE2Attribution_Source()
|
org.eclipse.emf.ecore.EReference |
getE2Attribution_Target()
|
org.eclipse.emf.ecore.EClass |
getE2Attribution()
|
org.eclipse.emf.ecore.EAttribute |
getE2DirectedAssociation_Reversed()
|
org.eclipse.emf.ecore.EClass |
getE2DirectedAssociation()
|
org.eclipse.emf.ecore.EEnum |
getE2Direction()
|
org.eclipse.emf.ecore.EReference |
getE2Inheritance_Source()
|
org.eclipse.emf.ecore.EReference |
getE2Inheritance_Target()
|
org.eclipse.emf.ecore.EClass |
getE2Inheritance()
|
org.eclipse.emf.ecore.EClass |
getE2Link()
|
org.eclipse.emf.ecore.EClass |
getE2TransientLink()
|
Ecore2Factory |
getEcore2Factory()
|
static Ecore2Package |
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. |
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
---|
basicGetESuperPackage, basicSetEFactoryInstance, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eUnset, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, setEFactoryInstance, setExtendedMetaData, setNamespaceURI, setNsPrefix, setNsURI, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
---|
getName, getNameGen, setName |
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eURIFragmentSegment, getEAnnotation, getEAnnotations |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Method Detail |
---|
public static Ecore2Package init()
Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.
Invocation of this method will not affect any packages that have already been initialized.
Ecore2Package.eNS_URI
,
createPackageContents()
,
initializePackageContents()
public org.eclipse.emf.ecore.EClass getE2Association()
getE2Association
in interface Ecore2Package
E2Association
public org.eclipse.emf.ecore.EAttribute getE2Association_Direction()
getE2Association_Direction
in interface Ecore2Package
E2Association.getDirection()
,
Ecore2Package.getE2Association()
public org.eclipse.emf.ecore.EReference getE2Association_Forward()
getE2Association_Forward
in interface Ecore2Package
E2Association.getForward()
,
Ecore2Package.getE2Association()
public org.eclipse.emf.ecore.EReference getE2Association_Reverse()
getE2Association_Reverse
in interface Ecore2Package
E2Association.getReverse()
,
Ecore2Package.getE2Association()
public org.eclipse.emf.ecore.EReference getE2Association_Source()
getE2Association_Source
in interface Ecore2Package
E2Association.getSource()
,
Ecore2Package.getE2Association()
public org.eclipse.emf.ecore.EReference getE2Association_Target()
getE2Association_Target
in interface Ecore2Package
E2Association.getTarget()
,
Ecore2Package.getE2Association()
public org.eclipse.emf.ecore.EClass getE2Inheritance()
getE2Inheritance
in interface Ecore2Package
E2Inheritance
public org.eclipse.emf.ecore.EReference getE2Inheritance_Target()
getE2Inheritance_Target
in interface Ecore2Package
E2Inheritance.getTarget()
,
Ecore2Package.getE2Inheritance()
public org.eclipse.emf.ecore.EReference getE2Inheritance_Source()
getE2Inheritance_Source
in interface Ecore2Package
E2Inheritance.getSource()
,
Ecore2Package.getE2Inheritance()
public org.eclipse.emf.ecore.EClass getE2Link()
getE2Link
in interface Ecore2Package
E2Link
public org.eclipse.emf.ecore.EClass getE2TransientLink()
getE2TransientLink
in interface Ecore2Package
E2TransientLink
public org.eclipse.emf.ecore.EClass getE2DirectedAssociation()
getE2DirectedAssociation
in interface Ecore2Package
E2DirectedAssociation
public org.eclipse.emf.ecore.EAttribute getE2DirectedAssociation_Reversed()
getE2DirectedAssociation_Reversed
in interface Ecore2Package
E2DirectedAssociation.isReversed()
,
Ecore2Package.getE2DirectedAssociation()
public org.eclipse.emf.ecore.EClass getE2Attribution()
getE2Attribution
in interface Ecore2Package
E2Attribution
public org.eclipse.emf.ecore.EReference getE2Attribution_Source()
getE2Attribution_Source
in interface Ecore2Package
E2Attribution.getSource()
,
Ecore2Package.getE2Attribution()
public org.eclipse.emf.ecore.EReference getE2Attribution_Target()
getE2Attribution_Target
in interface Ecore2Package
E2Attribution.getTarget()
,
Ecore2Package.getE2Attribution()
public org.eclipse.emf.ecore.EEnum getE2Direction()
getE2Direction
in interface Ecore2Package
E2Direction
public Ecore2Factory getEcore2Factory()
getEcore2Factory
in interface Ecore2Package
public void createPackageContents()
public void initializePackageContents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |