public interface DroolsPackage
extends org.eclipse.emf.ecore.EPackage
DroolsFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
DroolsPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
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__META_DATA
The feature id for the 'Meta Data' 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 DroolsPackage |
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 |
META_DATA_TYPE
The meta object id for the '
Meta Data Type' class |
static int |
META_DATA_TYPE__META_VALUE
The feature id for the 'Meta Value' attribute
|
static int |
META_DATA_TYPE__NAME
The feature id for the 'Name' attribute
|
static int |
META_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Meta Data 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
|
| Modifier and Type | Method and Description |
|---|---|
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.EReference |
getDocumentRoot_MetaData()
Returns the meta object for the containment reference '
Meta Data' |
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' |
DroolsFactory |
getDroolsFactory()
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 |
getMetaDataType_MetaValue()
Returns the meta object for the attribute '
Meta Value' |
org.eclipse.emf.ecore.EAttribute |
getMetaDataType_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EClass |
getMetaDataType()
Returns the meta object for class '
Meta Data 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' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final DroolsPackage eINSTANCE
static final int DOCUMENT_ROOT
Document Root' class.
DocumentRootImpl,
DroolsPackageImpl.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__META_DATA
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,
DroolsPackageImpl.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,
DroolsPackageImpl.getImportType(),
Constant Field Valuesstatic final int IMPORT_TYPE__NAME
static final int IMPORT_TYPE_FEATURE_COUNT
static final int META_DATA_TYPE
Meta Data Type' class.
MetaDataTypeImpl,
DroolsPackageImpl.getMetaDataType(),
Constant Field Valuesstatic final int META_DATA_TYPE__META_VALUE
static final int META_DATA_TYPE__NAME
static final int META_DATA_TYPE_FEATURE_COUNT
static final int ON_ENTRY_SCRIPT_TYPE
On Entry Script Type' class.
OnEntryScriptTypeImpl,
DroolsPackageImpl.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,
DroolsPackageImpl.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,
DroolsPackageImpl.getPackageNameType(),
Constant Field Valuesstatic final int PRIORITY_TYPE
BigInteger,
DroolsPackageImpl.getPriorityType(),
Constant Field Valuesstatic final int RULE_FLOW_GROUP_TYPE
String,
DroolsPackageImpl.getRuleFlowGroupType(),
Constant Field Valuesstatic final int TASK_NAME_TYPE
String,
DroolsPackageImpl.getTaskNameType(),
Constant Field Valuesstatic final int VERSION_TYPE
String,
DroolsPackageImpl.getVersionType(),
Constant Field Valuesorg.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root'.
DocumentRootorg.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_MetaData()
Meta Data'.
DocumentRoot.getMetaData(),
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'.
GlobalTypeorg.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'.
ImportTypeorg.eclipse.emf.ecore.EAttribute getImportType_Name()
Name'.
ImportType.getName(),
getImportType()org.eclipse.emf.ecore.EClass getMetaDataType()
Meta Data Type'.
MetaDataTypeorg.eclipse.emf.ecore.EAttribute getMetaDataType_MetaValue()
Meta Value'.
MetaDataType.getMetaValue(),
getMetaDataType()org.eclipse.emf.ecore.EAttribute getMetaDataType_Name()
Name'.
MetaDataType.getName(),
getMetaDataType()org.eclipse.emf.ecore.EClass getOnEntryScriptType()
On Entry Script Type'.
OnEntryScriptTypeorg.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'.
OnExitScriptTypeorg.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'.
Stringorg.eclipse.emf.ecore.EDataType getPriorityType()
Priority Type'.
BigIntegerorg.eclipse.emf.ecore.EDataType getRuleFlowGroupType()
Rule Flow Group Type'.
Stringorg.eclipse.emf.ecore.EDataType getTaskNameType()
Task Name Type'.
Stringorg.eclipse.emf.ecore.EDataType getVersionType()
Version Type'.
StringDroolsFactory getDroolsFactory()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.