Package io.lionweb.java.emf.builtins
Interface BuiltinsPackage
- 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:
BuiltinsPackageImpl
public interface BuiltinsPackage
extends org.eclipse.emf.ecore.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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
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 typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuiltinsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'INamed
' class.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'INamed' class.static final int
The number of operations of the 'INamed' class. -
Method Summary
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 Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
INAMED
static final int INAMEDThe meta object id for the 'INamed
' class. -
INAMED__NAME
static final int INAMED__NAMEThe feature id for the 'Name' attribute.- See Also:
-
INAMED_FEATURE_COUNT
static final int INAMED_FEATURE_COUNTThe number of structural features of the 'INamed' class.- See Also:
-
INAMED_OPERATION_COUNT
static final int INAMED_OPERATION_COUNTThe number of operations of the 'INamed' class.- See Also:
-
-
Method Details
-
getINamed
org.eclipse.emf.ecore.EClass getINamed()Returns the meta object for class 'INamed
'.- Returns:
- the meta object for class 'INamed'.
- See Also:
-
getINamed_Name
org.eclipse.emf.ecore.EAttribute getINamed_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getBuiltinsFactory
BuiltinsFactory getBuiltinsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-