org.jbpm.bpmn2.emfextmodel
Interface EmfextmodelPackage

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:
EmfextmodelPackageImpl

public interface EmfextmodelPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
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

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final EmfextmodelPackage eINSTANCE
The singleton instance of the package.


DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, EmfextmodelPackageImpl.getDocumentRoot(), Constant Field Values

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__GLOBAL

static final int DOCUMENT_ROOT__GLOBAL
The feature id for the 'Global' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__IMPORT

static final int DOCUMENT_ROOT__IMPORT
The feature id for the 'Import' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__ON_ENTRY_SCRIPT

static final int DOCUMENT_ROOT__ON_ENTRY_SCRIPT
The feature id for the 'On Entry Script' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__ON_EXIT_SCRIPT

static final int DOCUMENT_ROOT__ON_EXIT_SCRIPT
The feature id for the 'On Exit Script' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__PACKAGE_NAME

static final int DOCUMENT_ROOT__PACKAGE_NAME
The feature id for the 'Package Name' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__PRIORITY

static final int DOCUMENT_ROOT__PRIORITY
The feature id for the 'Priority' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__RULE_FLOW_GROUP

static final int DOCUMENT_ROOT__RULE_FLOW_GROUP
The feature id for the 'Rule Flow Group' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__TASK_NAME

static final int DOCUMENT_ROOT__TASK_NAME
The feature id for the 'Task Name' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__VERSION

static final int DOCUMENT_ROOT__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values

GLOBAL_TYPE

static final int GLOBAL_TYPE
The meta object id for the 'Global Type' class.

See Also:
GlobalTypeImpl, EmfextmodelPackageImpl.getGlobalType(), Constant Field Values

GLOBAL_TYPE__IDENTIFIER

static final int GLOBAL_TYPE__IDENTIFIER
The feature id for the 'Identifier' attribute.

See Also:
Constant Field Values

GLOBAL_TYPE__TYPE

static final int GLOBAL_TYPE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

GLOBAL_TYPE_FEATURE_COUNT

static final int GLOBAL_TYPE_FEATURE_COUNT
The number of structural features of the 'Global Type' class.

See Also:
Constant Field Values

IMPORT_TYPE

static final int IMPORT_TYPE
The meta object id for the 'Import Type' class.

See Also:
ImportTypeImpl, EmfextmodelPackageImpl.getImportType(), Constant Field Values

IMPORT_TYPE__NAME

static final int IMPORT_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

IMPORT_TYPE_FEATURE_COUNT

static final int IMPORT_TYPE_FEATURE_COUNT
The number of structural features of the 'Import Type' class.

See Also:
Constant Field Values

ON_ENTRY_SCRIPT_TYPE

static final int ON_ENTRY_SCRIPT_TYPE
The meta object id for the 'On Entry Script Type' class.

See Also:
OnEntryScriptTypeImpl, EmfextmodelPackageImpl.getOnEntryScriptType(), Constant Field Values

ON_ENTRY_SCRIPT_TYPE__SCRIPT

static final int ON_ENTRY_SCRIPT_TYPE__SCRIPT
The feature id for the 'Script' attribute.

See Also:
Constant Field Values

ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT

static final int ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT
The feature id for the 'Script Format' attribute.

See Also:
Constant Field Values

ON_ENTRY_SCRIPT_TYPE_FEATURE_COUNT

static final int ON_ENTRY_SCRIPT_TYPE_FEATURE_COUNT
The number of structural features of the 'On Entry Script Type' class.

See Also:
Constant Field Values

ON_EXIT_SCRIPT_TYPE

static final int ON_EXIT_SCRIPT_TYPE
The meta object id for the 'On Exit Script Type' class.

See Also:
OnExitScriptTypeImpl, EmfextmodelPackageImpl.getOnExitScriptType(), Constant Field Values

ON_EXIT_SCRIPT_TYPE__SCRIPT

static final int ON_EXIT_SCRIPT_TYPE__SCRIPT
The feature id for the 'Script' attribute.

See Also:
Constant Field Values

ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT

static final int ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT
The feature id for the 'Script Format' attribute.

See Also:
Constant Field Values

ON_EXIT_SCRIPT_TYPE_FEATURE_COUNT

static final int ON_EXIT_SCRIPT_TYPE_FEATURE_COUNT
The number of structural features of the 'On Exit Script Type' class.

See Also:
Constant Field Values

PACKAGE_NAME_TYPE

static final int PACKAGE_NAME_TYPE
The meta object id for the 'Package Name Type' data type.

See Also:
String, EmfextmodelPackageImpl.getPackageNameType(), Constant Field Values

PRIORITY_TYPE

static final int PRIORITY_TYPE
The meta object id for the 'Priority Type' data type.

See Also:
BigInteger, EmfextmodelPackageImpl.getPriorityType(), Constant Field Values

RULE_FLOW_GROUP_TYPE

static final int RULE_FLOW_GROUP_TYPE
The meta object id for the 'Rule Flow Group Type' data type.

See Also:
String, EmfextmodelPackageImpl.getRuleFlowGroupType(), Constant Field Values

TASK_NAME_TYPE

static final int TASK_NAME_TYPE
The meta object id for the 'Task Name Type' data type.

See Also:
String, EmfextmodelPackageImpl.getTaskNameType(), Constant Field Values

VERSION_TYPE

static final int VERSION_TYPE
The meta object id for the 'Version Type' data type.

See Also:
BigInteger, EmfextmodelPackageImpl.getVersionType(), Constant Field Values
Method Detail

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()

getDocumentRoot_Global

org.eclipse.emf.ecore.EReference getDocumentRoot_Global()
Returns the meta object for the containment reference 'Global'.

Returns:
the meta object for the containment reference 'Global'.
See Also:
DocumentRoot.getGlobal(), getDocumentRoot()

getDocumentRoot_Import

org.eclipse.emf.ecore.EReference getDocumentRoot_Import()
Returns the meta object for the containment reference 'Import'.

Returns:
the meta object for the containment reference 'Import'.
See Also:
DocumentRoot.getImport(), getDocumentRoot()

getDocumentRoot_OnEntryScript

org.eclipse.emf.ecore.EReference getDocumentRoot_OnEntryScript()
Returns the meta object for the containment reference 'On Entry Script'.

Returns:
the meta object for the containment reference 'On Entry Script'.
See Also:
DocumentRoot.getOnEntryScript(), getDocumentRoot()

getDocumentRoot_OnExitScript

org.eclipse.emf.ecore.EReference getDocumentRoot_OnExitScript()
Returns the meta object for the containment reference 'On Exit Script'.

Returns:
the meta object for the containment reference 'On Exit Script'.
See Also:
DocumentRoot.getOnExitScript(), getDocumentRoot()

getDocumentRoot_PackageName

org.eclipse.emf.ecore.EAttribute getDocumentRoot_PackageName()
Returns the meta object for the attribute 'Package Name'.

Returns:
the meta object for the attribute 'Package Name'.
See Also:
DocumentRoot.getPackageName(), getDocumentRoot()

getDocumentRoot_Priority

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Priority()
Returns the meta object for the attribute 'Priority'.

Returns:
the meta object for the attribute 'Priority'.
See Also:
DocumentRoot.getPriority(), getDocumentRoot()

getDocumentRoot_RuleFlowGroup

org.eclipse.emf.ecore.EAttribute getDocumentRoot_RuleFlowGroup()
Returns the meta object for the attribute 'Rule Flow Group'.

Returns:
the meta object for the attribute 'Rule Flow Group'.
See Also:
DocumentRoot.getRuleFlowGroup(), getDocumentRoot()

getDocumentRoot_TaskName

org.eclipse.emf.ecore.EAttribute getDocumentRoot_TaskName()
Returns the meta object for the attribute 'Task Name'.

Returns:
the meta object for the attribute 'Task Name'.
See Also:
DocumentRoot.getTaskName(), getDocumentRoot()

getDocumentRoot_Version

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
DocumentRoot.getVersion(), getDocumentRoot()

getGlobalType

org.eclipse.emf.ecore.EClass getGlobalType()
Returns the meta object for class 'Global Type'.

Returns:
the meta object for class 'Global Type'.
See Also:
GlobalType

getGlobalType_Identifier

org.eclipse.emf.ecore.EAttribute getGlobalType_Identifier()
Returns the meta object for the attribute 'Identifier'.

Returns:
the meta object for the attribute 'Identifier'.
See Also:
GlobalType.getIdentifier(), getGlobalType()

getGlobalType_Type

org.eclipse.emf.ecore.EAttribute getGlobalType_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
GlobalType.getType(), getGlobalType()

getImportType

org.eclipse.emf.ecore.EClass getImportType()
Returns the meta object for class 'Import Type'.

Returns:
the meta object for class 'Import Type'.
See Also:
ImportType

getImportType_Name

org.eclipse.emf.ecore.EAttribute getImportType_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ImportType.getName(), getImportType()

getOnEntryScriptType

org.eclipse.emf.ecore.EClass getOnEntryScriptType()
Returns the meta object for class 'On Entry Script Type'.

Returns:
the meta object for class 'On Entry Script Type'.
See Also:
OnEntryScriptType

getOnEntryScriptType_Script

org.eclipse.emf.ecore.EAttribute getOnEntryScriptType_Script()
Returns the meta object for the attribute 'Script'.

Returns:
the meta object for the attribute 'Script'.
See Also:
OnEntryScriptType.getScript(), getOnEntryScriptType()

getOnEntryScriptType_ScriptFormat

org.eclipse.emf.ecore.EAttribute getOnEntryScriptType_ScriptFormat()
Returns the meta object for the attribute 'Script Format'.

Returns:
the meta object for the attribute 'Script Format'.
See Also:
OnEntryScriptType.getScriptFormat(), getOnEntryScriptType()

getOnExitScriptType

org.eclipse.emf.ecore.EClass getOnExitScriptType()
Returns the meta object for class 'On Exit Script Type'.

Returns:
the meta object for class 'On Exit Script Type'.
See Also:
OnExitScriptType

getOnExitScriptType_Script

org.eclipse.emf.ecore.EAttribute getOnExitScriptType_Script()
Returns the meta object for the attribute 'Script'.

Returns:
the meta object for the attribute 'Script'.
See Also:
OnExitScriptType.getScript(), getOnExitScriptType()

getOnExitScriptType_ScriptFormat

org.eclipse.emf.ecore.EAttribute getOnExitScriptType_ScriptFormat()
Returns the meta object for the attribute 'Script Format'.

Returns:
the meta object for the attribute 'Script Format'.
See Also:
OnExitScriptType.getScriptFormat(), getOnExitScriptType()

getPackageNameType

org.eclipse.emf.ecore.EDataType getPackageNameType()
Returns the meta object for data type 'Package Name Type'.

Returns:
the meta object for data type 'Package Name Type'.
See Also:
String

getPriorityType

org.eclipse.emf.ecore.EDataType getPriorityType()
Returns the meta object for data type 'Priority Type'.

Returns:
the meta object for data type 'Priority Type'.
See Also:
BigInteger

getRuleFlowGroupType

org.eclipse.emf.ecore.EDataType getRuleFlowGroupType()
Returns the meta object for data type 'Rule Flow Group Type'.

Returns:
the meta object for data type 'Rule Flow Group Type'.
See Also:
String

getTaskNameType

org.eclipse.emf.ecore.EDataType getTaskNameType()
Returns the meta object for data type 'Task Name Type'.

Returns:
the meta object for data type 'Task Name Type'.
See Also:
String

getVersionType

org.eclipse.emf.ecore.EDataType getVersionType()
Returns the meta object for data type 'Version Type'.

Returns:
the meta object for data type 'Version Type'.
See Also:
BigInteger

getEmfextmodelFactory

EmfextmodelFactory getEmfextmodelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


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