Package tools.mdsd.eclipseproject.dummy
Interface DummyPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
DummyPackageImpl
public interface DummyPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
DummyFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DummyPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation 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
DUMMY_CLASS
The meta object id for the 'Class
' class.static int
DUMMY_CLASS__NAME
The feature id for the 'Name' attribute.static int
DUMMY_CLASS_FEATURE_COUNT
The number of structural features of the 'Class' class.static int
DUMMY_CLASS_OPERATION_COUNT
The number of operations of the 'Class' class.static DummyPackage
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getDummyClass()
Returns the meta object for class 'Class
'.EAttribute
getDummyClass_Name()
Returns the meta object for the attribute 'Name
'.DummyFactory
getDummyFactory()
Returns the factory that creates the instances of the model.-
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 DummyPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DUMMY_CLASS
static final int DUMMY_CLASS
The meta object id for the 'Class
' class.- See Also:
DummyClassImpl
,DummyPackageImpl.getDummyClass()
, Constant Field Values- Generated class or method.
-
DUMMY_CLASS__NAME
static final int DUMMY_CLASS__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DUMMY_CLASS_FEATURE_COUNT
static final int DUMMY_CLASS_FEATURE_COUNT
The number of structural features of the 'Class' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DUMMY_CLASS_OPERATION_COUNT
static final int DUMMY_CLASS_OPERATION_COUNT
The number of operations of the 'Class' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDummyClass
EClass getDummyClass()
Returns the meta object for class 'Class
'.- Returns:
- the meta object for class 'Class'.
- See Also:
DummyClass
- Generated class or method.
-
getDummyClass_Name
EAttribute getDummyClass_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
DummyClass.getName()
,getDummyClass()
- Generated class or method.
-
getDummyFactory
DummyFactory getDummyFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-