Interface ScriptPackage
- 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:
ScriptPackageImpl
public interface ScriptPackage
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 enum,
- and each data type
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature 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
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Abstract Unit
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Abstract Unit' class.static final ScriptPackage
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 'ID Unit
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'ID Unit' class.static final int
The meta object id for the 'Quantity Literal
' class.static final int
The feature id for the 'Unit' containment reference.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Quantity Literal' class.static final int
The meta object id for the 'Script
' class.static final int
The feature id for the 'Expressions' containment reference list.static final int
The number of structural features of the 'Script' class.static final int
The meta object id for the 'Specific Unit
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Specific Unit' class.static final int
The meta object id for the 'String Unit
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'String Unit' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Returns the meta object for class 'Abstract Unit
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Value
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'ID Unit
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Quantity Literal
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference 'Unit
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Value
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Script
'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Specific Unit
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'String Unit
'.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. -
ABSTRACT_UNIT
static final int ABSTRACT_UNITThe meta object id for the 'Abstract Unit
' class. -
ABSTRACT_UNIT__VALUE
static final int ABSTRACT_UNIT__VALUEThe feature id for the 'Value' attribute.- See Also:
-
ABSTRACT_UNIT_FEATURE_COUNT
static final int ABSTRACT_UNIT_FEATURE_COUNTThe number of structural features of the 'Abstract Unit' class.- See Also:
-
STRING_UNIT
static final int STRING_UNITThe meta object id for the 'String Unit
' class. -
STRING_UNIT__VALUE
static final int STRING_UNIT__VALUEThe feature id for the 'Value' attribute.- See Also:
-
STRING_UNIT_FEATURE_COUNT
static final int STRING_UNIT_FEATURE_COUNTThe number of structural features of the 'String Unit' class.- See Also:
-
ID_UNIT
static final int ID_UNITThe meta object id for the 'ID Unit
' class. -
ID_UNIT__VALUE
static final int ID_UNIT__VALUEThe feature id for the 'Value' attribute.- See Also:
-
ID_UNIT_FEATURE_COUNT
static final int ID_UNIT_FEATURE_COUNTThe number of structural features of the 'ID Unit' class.- See Also:
-
SPECIFIC_UNIT
static final int SPECIFIC_UNITThe meta object id for the 'Specific Unit
' class. -
SPECIFIC_UNIT__VALUE
static final int SPECIFIC_UNIT__VALUEThe feature id for the 'Value' attribute.- See Also:
-
SPECIFIC_UNIT_FEATURE_COUNT
static final int SPECIFIC_UNIT_FEATURE_COUNTThe number of structural features of the 'Specific Unit' class.- See Also:
-
SCRIPT
static final int SCRIPTThe meta object id for the 'Script
' class. -
SCRIPT__EXPRESSIONS
static final int SCRIPT__EXPRESSIONSThe feature id for the 'Expressions' containment reference list.- Since:
- 2.7
- See Also:
-
SCRIPT_FEATURE_COUNT
static final int SCRIPT_FEATURE_COUNTThe number of structural features of the 'Script' class.- See Also:
-
QUANTITY_LITERAL
static final int QUANTITY_LITERALThe meta object id for the 'Quantity Literal
' class. -
QUANTITY_LITERAL__VALUE
static final int QUANTITY_LITERAL__VALUEThe feature id for the 'Value' attribute.- See Also:
-
QUANTITY_LITERAL__UNIT
static final int QUANTITY_LITERAL__UNITThe feature id for the 'Unit' containment reference.- See Also:
-
QUANTITY_LITERAL_FEATURE_COUNT
static final int QUANTITY_LITERAL_FEATURE_COUNTThe number of structural features of the 'Quantity Literal' class.- See Also:
-
-
Method Details
-
getAbstractUnit
org.eclipse.emf.ecore.EClass getAbstractUnit()Returns the meta object for class 'Abstract Unit
'.- Returns:
- the meta object for class 'Abstract Unit'.
- See Also:
-
getAbstractUnit_Value
org.eclipse.emf.ecore.EAttribute getAbstractUnit_Value()Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
-
getStringUnit
org.eclipse.emf.ecore.EClass getStringUnit()Returns the meta object for class 'String Unit
'.- Returns:
- the meta object for class 'String Unit'.
- See Also:
-
getIDUnit
org.eclipse.emf.ecore.EClass getIDUnit()Returns the meta object for class 'ID Unit
'.- Returns:
- the meta object for class 'ID Unit'.
- See Also:
-
getSpecificUnit
org.eclipse.emf.ecore.EClass getSpecificUnit()Returns the meta object for class 'Specific Unit
'.- Returns:
- the meta object for class 'Specific Unit'.
- See Also:
-
getScript
org.eclipse.emf.ecore.EClass getScript()Returns the meta object for class 'Script
'.- Returns:
- the meta object for class 'Script'.
- See Also:
-
getQuantityLiteral
org.eclipse.emf.ecore.EClass getQuantityLiteral()Returns the meta object for class 'Quantity Literal
'.- Returns:
- the meta object for class 'Quantity Literal'.
- See Also:
-
getQuantityLiteral_Value
org.eclipse.emf.ecore.EAttribute getQuantityLiteral_Value()Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
-
getQuantityLiteral_Unit
org.eclipse.emf.ecore.EReference getQuantityLiteral_Unit()Returns the meta object for the containment reference 'Unit
'.- Returns:
- the meta object for the containment reference 'Unit'.
- See Also:
-
getScriptFactory
ScriptFactory getScriptFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-