public interface ScriptPackage
extends org.eclipse.emf.ecore.EPackage
ScriptFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ScriptPackage.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
|
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACT_SCRIPT
The meta object id for the '
Abstract Script ' class. |
static int |
ABSTRACT_SCRIPT___GET_LANGUAGE
The operation id for the 'Get Language' operation.
|
static int |
ABSTRACT_SCRIPT___GET_SOURCE
The operation id for the 'Get Source' operation.
|
static int |
ABSTRACT_SCRIPT__SOURCE
The feature id for the 'Source' attribute.
|
static int |
ABSTRACT_SCRIPT_FEATURE_COUNT
The number of structural features of the 'Abstract Script' class.
|
static int |
ABSTRACT_SCRIPT_OPERATION_COUNT
The number of operations of the 'Abstract Script' class.
|
static ScriptPackage |
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.
|
static int |
GENERIC_SCRIPT
The meta object id for the '
Generic Script ' class. |
static int |
GENERIC_SCRIPT___GET_LANGUAGE
The operation id for the 'Get Language' operation.
|
static int |
GENERIC_SCRIPT___GET_SOURCE
The operation id for the 'Get Source' operation.
|
static int |
GENERIC_SCRIPT__LANGUAGE
The feature id for the 'Language' attribute.
|
static int |
GENERIC_SCRIPT__SOURCE
The feature id for the 'Source' attribute.
|
static int |
GENERIC_SCRIPT_FEATURE_COUNT
The number of structural features of the 'Generic Script' class.
|
static int |
GENERIC_SCRIPT_OPERATION_COUNT
The number of operations of the 'Generic Script' class.
|
static int |
JAVA_SCRIPT
The meta object id for the '
Java Script ' class. |
static int |
JAVA_SCRIPT___GET_LANGUAGE
The operation id for the 'Get Language' operation.
|
static int |
JAVA_SCRIPT___GET_SOURCE
The operation id for the 'Get Source' operation.
|
static int |
JAVA_SCRIPT__SOURCE
The feature id for the 'Source' attribute.
|
static int |
JAVA_SCRIPT_FEATURE_COUNT
The number of structural features of the 'Java Script' class.
|
static int |
JAVA_SCRIPT_OPERATION_COUNT
The number of operations of the 'Java Script' class.
|
static int |
SCRIPT
The meta object id for the '
Script ' class. |
static int |
SCRIPT___GET_LANGUAGE
The operation id for the 'Get Language' operation.
|
static int |
SCRIPT___GET_SOURCE
The operation id for the 'Get Source' operation.
|
static int |
SCRIPT_FEATURE_COUNT
The number of structural features of the 'Script' class.
|
static int |
SCRIPT_OPERATION_COUNT
The number of operations of the 'Script' class.
|
static int |
SCRIPT_REFERENCE
The meta object id for the '
Reference ' class. |
static int |
SCRIPT_REFERENCE___GET_LANGUAGE
The operation id for the 'Get Language' operation.
|
static int |
SCRIPT_REFERENCE___GET_SOURCE
The operation id for the 'Get Source' operation.
|
static int |
SCRIPT_REFERENCE__REFERENCE
The feature id for the 'Reference' reference.
|
static int |
SCRIPT_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Reference' class.
|
static int |
SCRIPT_REFERENCE_OPERATION_COUNT
The number of operations of the 'Reference' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getAbstractScript_Source()
Returns the meta object for the attribute '
Source '. |
org.eclipse.emf.ecore.EClass |
getAbstractScript()
Returns the meta object for class '
Abstract Script '. |
org.eclipse.emf.ecore.EAttribute |
getGenericScript_Language()
Returns the meta object for the attribute '
Language '. |
org.eclipse.emf.ecore.EClass |
getGenericScript()
Returns the meta object for class '
Generic Script '. |
org.eclipse.emf.ecore.EClass |
getJavaScript()
Returns the meta object for class '
Java Script '. |
org.eclipse.emf.ecore.EOperation |
getScript__GetLanguage()
Returns the meta object for the '
Get Language ' operation. |
org.eclipse.emf.ecore.EOperation |
getScript__GetSource()
Returns the meta object for the '
Get Source ' operation. |
org.eclipse.emf.ecore.EClass |
getScript()
Returns the meta object for class '
Script '. |
ScriptFactory |
getScriptFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getScriptReference_Reference()
Returns the meta object for the reference '
Reference '. |
org.eclipse.emf.ecore.EClass |
getScriptReference()
Returns the meta object for class '
Reference '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ScriptPackage eINSTANCE
static final int SCRIPT
Script
' class.
Script
,
ScriptPackageImpl.getScript()
,
Constant Field Valuesstatic final int SCRIPT_FEATURE_COUNT
static final int SCRIPT___GET_LANGUAGE
static final int SCRIPT___GET_SOURCE
static final int SCRIPT_OPERATION_COUNT
static final int ABSTRACT_SCRIPT
Abstract Script
' class.
static final int ABSTRACT_SCRIPT__SOURCE
static final int ABSTRACT_SCRIPT_FEATURE_COUNT
static final int ABSTRACT_SCRIPT___GET_LANGUAGE
static final int ABSTRACT_SCRIPT___GET_SOURCE
static final int ABSTRACT_SCRIPT_OPERATION_COUNT
static final int GENERIC_SCRIPT
Generic Script
' class.
static final int GENERIC_SCRIPT__SOURCE
static final int GENERIC_SCRIPT__LANGUAGE
static final int GENERIC_SCRIPT_FEATURE_COUNT
static final int GENERIC_SCRIPT___GET_LANGUAGE
static final int GENERIC_SCRIPT___GET_SOURCE
static final int GENERIC_SCRIPT_OPERATION_COUNT
static final int JAVA_SCRIPT
Java Script
' class.
static final int JAVA_SCRIPT__SOURCE
static final int JAVA_SCRIPT_FEATURE_COUNT
static final int JAVA_SCRIPT___GET_LANGUAGE
static final int JAVA_SCRIPT___GET_SOURCE
static final int JAVA_SCRIPT_OPERATION_COUNT
static final int SCRIPT_REFERENCE
Reference
' class.
static final int SCRIPT_REFERENCE__REFERENCE
static final int SCRIPT_REFERENCE_FEATURE_COUNT
static final int SCRIPT_REFERENCE___GET_LANGUAGE
static final int SCRIPT_REFERENCE___GET_SOURCE
static final int SCRIPT_REFERENCE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getScript()
Script
'.
Script
org.eclipse.emf.ecore.EOperation getScript__GetLanguage()
Get Language
' operation.
Script.getLanguage()
org.eclipse.emf.ecore.EOperation getScript__GetSource()
Get Source
' operation.
Script.getSource()
org.eclipse.emf.ecore.EClass getGenericScript()
Generic Script
'.
GenericScript
org.eclipse.emf.ecore.EAttribute getGenericScript_Language()
Language
'.
GenericScript.getLanguage()
,
getGenericScript()
org.eclipse.emf.ecore.EClass getJavaScript()
Java Script
'.
JavaScript
org.eclipse.emf.ecore.EClass getScriptReference()
Reference
'.
ScriptReference
org.eclipse.emf.ecore.EReference getScriptReference_Reference()
Reference
'.
ScriptReference.getReference()
,
getScriptReference()
org.eclipse.emf.ecore.EClass getAbstractScript()
Abstract Script
'.
AbstractScript
org.eclipse.emf.ecore.EAttribute getAbstractScript_Source()
Source
'.
AbstractScript.getSource()
,
getAbstractScript()
ScriptFactory getScriptFactory()