|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmfextmodelPackage
The Package for the model. It contains accessors for the meta objects to represent
EmfextmodelFactory
Nested Class Summary | |
---|---|
static interface |
EmfextmodelPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
DOCUMENT_ROOT
The meta object id for the ' Document Root ' class |
static int |
DOCUMENT_ROOT__GLOBAL
The feature id for the 'Global' containment reference |
static int |
DOCUMENT_ROOT__IMPORT
The feature id for the 'Import' containment reference |
static int |
DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list |
static int |
DOCUMENT_ROOT__ON_ENTRY_SCRIPT
The feature id for the 'On Entry Script' containment reference |
static int |
DOCUMENT_ROOT__ON_EXIT_SCRIPT
The feature id for the 'On Exit Script' containment reference |
static int |
DOCUMENT_ROOT__PACKAGE_NAME
The feature id for the 'Package Name' attribute |
static int |
DOCUMENT_ROOT__PRIORITY
The feature id for the 'Priority' attribute |
static int |
DOCUMENT_ROOT__RULE_FLOW_GROUP
The feature id for the 'Rule Flow Group' attribute |
static int |
DOCUMENT_ROOT__TASK_NAME
The feature id for the 'Task Name' attribute |
static int |
DOCUMENT_ROOT__VERSION
The feature id for the 'Version' attribute |
static int |
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map |
static int |
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map |
static int |
DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class |
static EmfextmodelPackage |
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 |
GLOBAL_TYPE
The meta object id for the ' Global Type ' class |
static int |
GLOBAL_TYPE__IDENTIFIER
The feature id for the 'Identifier' attribute |
static int |
GLOBAL_TYPE__TYPE
The feature id for the 'Type' attribute |
static int |
GLOBAL_TYPE_FEATURE_COUNT
The number of structural features of the 'Global Type' class |
static int |
IMPORT_TYPE
The meta object id for the ' Import Type ' class |
static int |
IMPORT_TYPE__NAME
The feature id for the 'Name' attribute |
static int |
IMPORT_TYPE_FEATURE_COUNT
The number of structural features of the 'Import Type' class |
static int |
ON_ENTRY_SCRIPT_TYPE
The meta object id for the ' On Entry Script Type ' class |
static int |
ON_ENTRY_SCRIPT_TYPE__SCRIPT
The feature id for the 'Script' attribute |
static int |
ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT
The feature id for the 'Script Format' attribute |
static int |
ON_ENTRY_SCRIPT_TYPE_FEATURE_COUNT
The number of structural features of the 'On Entry Script Type' class |
static int |
ON_EXIT_SCRIPT_TYPE
The meta object id for the ' On Exit Script Type ' class |
static int |
ON_EXIT_SCRIPT_TYPE__SCRIPT
The feature id for the 'Script' attribute |
static int |
ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT
The feature id for the 'Script Format' attribute |
static int |
ON_EXIT_SCRIPT_TYPE_FEATURE_COUNT
The number of structural features of the 'On Exit Script Type' class |
static int |
PACKAGE_NAME_TYPE
The meta object id for the 'Package Name Type' data type |
static int |
PRIORITY_TYPE
The meta object id for the 'Priority Type' data type |
static int |
RULE_FLOW_GROUP_TYPE
The meta object id for the 'Rule Flow Group Type' data type |
static int |
TASK_NAME_TYPE
The meta object id for the 'Task Name Type' data type |
static int |
VERSION_TYPE
The meta object id for the 'Version Type' data type |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EReference |
getDocumentRoot_Global()
Returns the meta object for the containment reference ' Global ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_Import()
Returns the meta object for the containment reference ' Import ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_Mixed()
Returns the meta object for the attribute list ' Mixed ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_OnEntryScript()
Returns the meta object for the containment reference ' On Entry Script ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_OnExitScript()
Returns the meta object for the containment reference ' On Exit Script ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_PackageName()
Returns the meta object for the attribute ' Package Name ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_Priority()
Returns the meta object for the attribute ' Priority ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_RuleFlowGroup()
Returns the meta object for the attribute ' Rule Flow Group ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_TaskName()
Returns the meta object for the attribute ' Task Name ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_Version()
Returns the meta object for the attribute ' Version ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map ' XMLNS Prefix Map ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map ' XSI Schema Location ' |
org.eclipse.emf.ecore.EClass |
getDocumentRoot()
Returns the meta object for class ' Document Root ' |
EmfextmodelFactory |
getEmfextmodelFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getGlobalType_Identifier()
Returns the meta object for the attribute ' Identifier ' |
org.eclipse.emf.ecore.EAttribute |
getGlobalType_Type()
Returns the meta object for the attribute ' Type ' |
org.eclipse.emf.ecore.EClass |
getGlobalType()
Returns the meta object for class ' Global Type ' |
org.eclipse.emf.ecore.EAttribute |
getImportType_Name()
Returns the meta object for the attribute ' Name ' |
org.eclipse.emf.ecore.EClass |
getImportType()
Returns the meta object for class ' Import Type ' |
org.eclipse.emf.ecore.EAttribute |
getOnEntryScriptType_Script()
Returns the meta object for the attribute ' Script ' |
org.eclipse.emf.ecore.EAttribute |
getOnEntryScriptType_ScriptFormat()
Returns the meta object for the attribute ' Script Format ' |
org.eclipse.emf.ecore.EClass |
getOnEntryScriptType()
Returns the meta object for class ' On Entry Script Type ' |
org.eclipse.emf.ecore.EAttribute |
getOnExitScriptType_Script()
Returns the meta object for the attribute ' Script ' |
org.eclipse.emf.ecore.EAttribute |
getOnExitScriptType_ScriptFormat()
Returns the meta object for the attribute ' Script Format ' |
org.eclipse.emf.ecore.EClass |
getOnExitScriptType()
Returns the meta object for class ' On Exit Script Type ' |
org.eclipse.emf.ecore.EDataType |
getPackageNameType()
Returns the meta object for data type ' Package Name Type ' |
org.eclipse.emf.ecore.EDataType |
getPriorityType()
Returns the meta object for data type ' Priority Type ' |
org.eclipse.emf.ecore.EDataType |
getRuleFlowGroupType()
Returns the meta object for data type ' Rule Flow Group Type ' |
org.eclipse.emf.ecore.EDataType |
getTaskNameType()
Returns the meta object for data type ' Task Name Type ' |
org.eclipse.emf.ecore.EDataType |
getVersionType()
Returns the meta object for data type ' Version Type ' |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final EmfextmodelPackage eINSTANCE
static final int DOCUMENT_ROOT
Document Root
' class.
DocumentRootImpl
,
EmfextmodelPackageImpl.getDocumentRoot()
,
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__GLOBAL
static final int DOCUMENT_ROOT__IMPORT
static final int DOCUMENT_ROOT__ON_ENTRY_SCRIPT
static final int DOCUMENT_ROOT__ON_EXIT_SCRIPT
static final int DOCUMENT_ROOT__PACKAGE_NAME
static final int DOCUMENT_ROOT__PRIORITY
static final int DOCUMENT_ROOT__RULE_FLOW_GROUP
static final int DOCUMENT_ROOT__TASK_NAME
static final int DOCUMENT_ROOT__VERSION
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int GLOBAL_TYPE
Global Type
' class.
GlobalTypeImpl
,
EmfextmodelPackageImpl.getGlobalType()
,
Constant Field Valuesstatic final int GLOBAL_TYPE__IDENTIFIER
static final int GLOBAL_TYPE__TYPE
static final int GLOBAL_TYPE_FEATURE_COUNT
static final int IMPORT_TYPE
Import Type
' class.
ImportTypeImpl
,
EmfextmodelPackageImpl.getImportType()
,
Constant Field Valuesstatic final int IMPORT_TYPE__NAME
static final int IMPORT_TYPE_FEATURE_COUNT
static final int ON_ENTRY_SCRIPT_TYPE
On Entry Script Type
' class.
OnEntryScriptTypeImpl
,
EmfextmodelPackageImpl.getOnEntryScriptType()
,
Constant Field Valuesstatic final int ON_ENTRY_SCRIPT_TYPE__SCRIPT
static final int ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT
static final int ON_ENTRY_SCRIPT_TYPE_FEATURE_COUNT
static final int ON_EXIT_SCRIPT_TYPE
On Exit Script Type
' class.
OnExitScriptTypeImpl
,
EmfextmodelPackageImpl.getOnExitScriptType()
,
Constant Field Valuesstatic final int ON_EXIT_SCRIPT_TYPE__SCRIPT
static final int ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT
static final int ON_EXIT_SCRIPT_TYPE_FEATURE_COUNT
static final int PACKAGE_NAME_TYPE
String
,
EmfextmodelPackageImpl.getPackageNameType()
,
Constant Field Valuesstatic final int PRIORITY_TYPE
BigInteger
,
EmfextmodelPackageImpl.getPriorityType()
,
Constant Field Valuesstatic final int RULE_FLOW_GROUP_TYPE
String
,
EmfextmodelPackageImpl.getRuleFlowGroupType()
,
Constant Field Valuesstatic final int TASK_NAME_TYPE
String
,
EmfextmodelPackageImpl.getTaskNameType()
,
Constant Field Valuesstatic final int VERSION_TYPE
BigInteger
,
EmfextmodelPackageImpl.getVersionType()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root
'.
DocumentRoot
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Mixed
'.
DocumentRoot.getMixed()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map
'.
DocumentRoot.getXMLNSPrefixMap()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location
'.
DocumentRoot.getXSISchemaLocation()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_Global()
Global
'.
DocumentRoot.getGlobal()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_Import()
Import
'.
DocumentRoot.getImport()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_OnEntryScript()
On Entry Script
'.
DocumentRoot.getOnEntryScript()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_OnExitScript()
On Exit Script
'.
DocumentRoot.getOnExitScript()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_PackageName()
Package Name
'.
DocumentRoot.getPackageName()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Priority()
Priority
'.
DocumentRoot.getPriority()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_RuleFlowGroup()
Rule Flow Group
'.
DocumentRoot.getRuleFlowGroup()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_TaskName()
Task Name
'.
DocumentRoot.getTaskName()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Version()
Version
'.
DocumentRoot.getVersion()
,
getDocumentRoot()
org.eclipse.emf.ecore.EClass getGlobalType()
Global Type
'.
GlobalType
org.eclipse.emf.ecore.EAttribute getGlobalType_Identifier()
Identifier
'.
GlobalType.getIdentifier()
,
getGlobalType()
org.eclipse.emf.ecore.EAttribute getGlobalType_Type()
Type
'.
GlobalType.getType()
,
getGlobalType()
org.eclipse.emf.ecore.EClass getImportType()
Import Type
'.
ImportType
org.eclipse.emf.ecore.EAttribute getImportType_Name()
Name
'.
ImportType.getName()
,
getImportType()
org.eclipse.emf.ecore.EClass getOnEntryScriptType()
On Entry Script Type
'.
OnEntryScriptType
org.eclipse.emf.ecore.EAttribute getOnEntryScriptType_Script()
Script
'.
OnEntryScriptType.getScript()
,
getOnEntryScriptType()
org.eclipse.emf.ecore.EAttribute getOnEntryScriptType_ScriptFormat()
Script Format
'.
OnEntryScriptType.getScriptFormat()
,
getOnEntryScriptType()
org.eclipse.emf.ecore.EClass getOnExitScriptType()
On Exit Script Type
'.
OnExitScriptType
org.eclipse.emf.ecore.EAttribute getOnExitScriptType_Script()
Script
'.
OnExitScriptType.getScript()
,
getOnExitScriptType()
org.eclipse.emf.ecore.EAttribute getOnExitScriptType_ScriptFormat()
Script Format
'.
OnExitScriptType.getScriptFormat()
,
getOnExitScriptType()
org.eclipse.emf.ecore.EDataType getPackageNameType()
Package Name Type
'.
String
org.eclipse.emf.ecore.EDataType getPriorityType()
Priority Type
'.
BigInteger
org.eclipse.emf.ecore.EDataType getRuleFlowGroupType()
Rule Flow Group Type
'.
String
org.eclipse.emf.ecore.EDataType getTaskNameType()
Task Name Type
'.
String
org.eclipse.emf.ecore.EDataType getVersionType()
Version Type
'.
BigInteger
EmfextmodelFactory getEmfextmodelFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |