org.jbpm.bpmn2.emfextmodel
Interface EmfextmodelPackage.Literals

Enclosing interface:
EmfextmodelPackage

public static interface EmfextmodelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__GLOBAL
          The meta object literal for the 'Global' containment reference feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__IMPORT
          The meta object literal for the 'Import' containment reference feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__ON_ENTRY_SCRIPT
          The meta object literal for the 'On Entry Script' containment reference feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__ON_EXIT_SCRIPT
          The meta object literal for the 'On Exit Script' containment reference feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PACKAGE_NAME
          The meta object literal for the 'Package Name' attribute feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PRIORITY
          The meta object literal for the 'Priority' attribute feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__RULE_FLOW_GROUP
          The meta object literal for the 'Rule Flow Group' attribute feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__TASK_NAME
          The meta object literal for the 'Task Name' attribute feature
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__VERSION
          The meta object literal for the 'Version' attribute feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature
static org.eclipse.emf.ecore.EClass GLOBAL_TYPE
          The meta object literal for the 'Global Type' class
static org.eclipse.emf.ecore.EAttribute GLOBAL_TYPE__IDENTIFIER
          The meta object literal for the 'Identifier' attribute feature
static org.eclipse.emf.ecore.EAttribute GLOBAL_TYPE__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EClass IMPORT_TYPE
          The meta object literal for the 'Import Type' class
static org.eclipse.emf.ecore.EAttribute IMPORT_TYPE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EClass ON_ENTRY_SCRIPT_TYPE
          The meta object literal for the 'On Entry Script Type' class
static org.eclipse.emf.ecore.EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT
          The meta object literal for the 'Script' attribute feature
static org.eclipse.emf.ecore.EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT
          The meta object literal for the 'Script Format' attribute feature
static org.eclipse.emf.ecore.EClass ON_EXIT_SCRIPT_TYPE
          The meta object literal for the 'On Exit Script Type' class
static org.eclipse.emf.ecore.EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT
          The meta object literal for the 'Script' attribute feature
static org.eclipse.emf.ecore.EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT
          The meta object literal for the 'Script Format' attribute feature
static org.eclipse.emf.ecore.EDataType PACKAGE_NAME_TYPE
          The meta object literal for the 'Package Name Type' data type
static org.eclipse.emf.ecore.EDataType PRIORITY_TYPE
          The meta object literal for the 'Priority Type' data type
static org.eclipse.emf.ecore.EDataType RULE_FLOW_GROUP_TYPE
          The meta object literal for the 'Rule Flow Group Type' data type
static org.eclipse.emf.ecore.EDataType TASK_NAME_TYPE
          The meta object literal for the 'Task Name Type' data type
static org.eclipse.emf.ecore.EDataType VERSION_TYPE
          The meta object literal for the 'Version Type' data type
 

Field Detail

DOCUMENT_ROOT

static final org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, EmfextmodelPackageImpl.getDocumentRoot()

DOCUMENT_ROOT__MIXED

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.


DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.


DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.


DOCUMENT_ROOT__GLOBAL

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__GLOBAL
The meta object literal for the 'Global' containment reference feature.


DOCUMENT_ROOT__IMPORT

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__IMPORT
The meta object literal for the 'Import' containment reference feature.


DOCUMENT_ROOT__ON_ENTRY_SCRIPT

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__ON_ENTRY_SCRIPT
The meta object literal for the 'On Entry Script' containment reference feature.


DOCUMENT_ROOT__ON_EXIT_SCRIPT

static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__ON_EXIT_SCRIPT
The meta object literal for the 'On Exit Script' containment reference feature.


DOCUMENT_ROOT__PACKAGE_NAME

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PACKAGE_NAME
The meta object literal for the 'Package Name' attribute feature.


DOCUMENT_ROOT__PRIORITY

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PRIORITY
The meta object literal for the 'Priority' attribute feature.


DOCUMENT_ROOT__RULE_FLOW_GROUP

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__RULE_FLOW_GROUP
The meta object literal for the 'Rule Flow Group' attribute feature.


DOCUMENT_ROOT__TASK_NAME

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__TASK_NAME
The meta object literal for the 'Task Name' attribute feature.


DOCUMENT_ROOT__VERSION

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__VERSION
The meta object literal for the 'Version' attribute feature.


GLOBAL_TYPE

static final org.eclipse.emf.ecore.EClass GLOBAL_TYPE
The meta object literal for the 'Global Type' class.

See Also:
GlobalTypeImpl, EmfextmodelPackageImpl.getGlobalType()

GLOBAL_TYPE__IDENTIFIER

static final org.eclipse.emf.ecore.EAttribute GLOBAL_TYPE__IDENTIFIER
The meta object literal for the 'Identifier' attribute feature.


GLOBAL_TYPE__TYPE

static final org.eclipse.emf.ecore.EAttribute GLOBAL_TYPE__TYPE
The meta object literal for the 'Type' attribute feature.


IMPORT_TYPE

static final org.eclipse.emf.ecore.EClass IMPORT_TYPE
The meta object literal for the 'Import Type' class.

See Also:
ImportTypeImpl, EmfextmodelPackageImpl.getImportType()

IMPORT_TYPE__NAME

static final org.eclipse.emf.ecore.EAttribute IMPORT_TYPE__NAME
The meta object literal for the 'Name' attribute feature.


ON_ENTRY_SCRIPT_TYPE

static final org.eclipse.emf.ecore.EClass ON_ENTRY_SCRIPT_TYPE
The meta object literal for the 'On Entry Script Type' class.

See Also:
OnEntryScriptTypeImpl, EmfextmodelPackageImpl.getOnEntryScriptType()

ON_ENTRY_SCRIPT_TYPE__SCRIPT

static final org.eclipse.emf.ecore.EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT
The meta object literal for the 'Script' attribute feature.


ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT

static final org.eclipse.emf.ecore.EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT
The meta object literal for the 'Script Format' attribute feature.


ON_EXIT_SCRIPT_TYPE

static final org.eclipse.emf.ecore.EClass ON_EXIT_SCRIPT_TYPE
The meta object literal for the 'On Exit Script Type' class.

See Also:
OnExitScriptTypeImpl, EmfextmodelPackageImpl.getOnExitScriptType()

ON_EXIT_SCRIPT_TYPE__SCRIPT

static final org.eclipse.emf.ecore.EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT
The meta object literal for the 'Script' attribute feature.


ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT

static final org.eclipse.emf.ecore.EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT
The meta object literal for the 'Script Format' attribute feature.


PACKAGE_NAME_TYPE

static final org.eclipse.emf.ecore.EDataType PACKAGE_NAME_TYPE
The meta object literal for the 'Package Name Type' data type.

See Also:
String, EmfextmodelPackageImpl.getPackageNameType()

PRIORITY_TYPE

static final org.eclipse.emf.ecore.EDataType PRIORITY_TYPE
The meta object literal for the 'Priority Type' data type.

See Also:
BigInteger, EmfextmodelPackageImpl.getPriorityType()

RULE_FLOW_GROUP_TYPE

static final org.eclipse.emf.ecore.EDataType RULE_FLOW_GROUP_TYPE
The meta object literal for the 'Rule Flow Group Type' data type.

See Also:
String, EmfextmodelPackageImpl.getRuleFlowGroupType()

TASK_NAME_TYPE

static final org.eclipse.emf.ecore.EDataType TASK_NAME_TYPE
The meta object literal for the 'Task Name Type' data type.

See Also:
String, EmfextmodelPackageImpl.getTaskNameType()

VERSION_TYPE

static final org.eclipse.emf.ecore.EDataType VERSION_TYPE
The meta object literal for the 'Version Type' data type.

See Also:
BigInteger, EmfextmodelPackageImpl.getVersionType()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.