Package org.jboss.drools
Interface DroolsPackage
-
- 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:
DroolsPackageImpl
public interface DroolsPackage extends org.eclipse.emf.ecore.EPackageThe Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
DroolsFactory- Generated code
- Model
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDroolsPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static intDOCUMENT_ROOTThe meta object id for the 'Document Root' class.static intDOCUMENT_ROOT__GLOBALThe feature id for the 'Global' containment reference.static intDOCUMENT_ROOT__IMPORTThe feature id for the 'Import' containment reference.static intDOCUMENT_ROOT__META_DATAThe feature id for the 'Meta Data' containment reference.static intDOCUMENT_ROOT__MIXEDThe feature id for the 'Mixed' attribute list.static intDOCUMENT_ROOT__ON_ENTRY_SCRIPTThe feature id for the 'On Entry Script' containment reference.static intDOCUMENT_ROOT__ON_EXIT_SCRIPTThe feature id for the 'On Exit Script' containment reference.static intDOCUMENT_ROOT__PACKAGE_NAMEThe feature id for the 'Package Name' attribute.static intDOCUMENT_ROOT__PRIORITYThe feature id for the 'Priority' attribute.static intDOCUMENT_ROOT__RULE_FLOW_GROUPThe feature id for the 'Rule Flow Group' attribute.static intDOCUMENT_ROOT__TASK_NAMEThe feature id for the 'Task Name' attribute.static intDOCUMENT_ROOT__VERSIONThe feature id for the 'Version' attribute.static intDOCUMENT_ROOT__XMLNS_PREFIX_MAPThe feature id for the 'XMLNS Prefix Map' map.static intDOCUMENT_ROOT__XSI_SCHEMA_LOCATIONThe feature id for the 'XSI Schema Location' map.static intDOCUMENT_ROOT_FEATURE_COUNTThe number of structural features of the 'Document Root' class.static DroolsPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intGLOBAL_TYPEThe meta object id for the 'Global Type' class.static intGLOBAL_TYPE__IDENTIFIERThe feature id for the 'Identifier' attribute.static intGLOBAL_TYPE__TYPEThe feature id for the 'Type' attribute.static intGLOBAL_TYPE_FEATURE_COUNTThe number of structural features of the 'Global Type' class.static intIMPORT_TYPEThe meta object id for the 'Import Type' class.static intIMPORT_TYPE__NAMEThe feature id for the 'Name' attribute.static intIMPORT_TYPE_FEATURE_COUNTThe number of structural features of the 'Import Type' class.static intMETA_DATA_TYPEThe meta object id for the 'Meta Data Type' class.static intMETA_DATA_TYPE__META_VALUEThe feature id for the 'Meta Value' attribute.static intMETA_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.static intMETA_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Meta Data Type' class.static intON_ENTRY_SCRIPT_TYPEThe meta object id for the 'On Entry Script Type' class.static intON_ENTRY_SCRIPT_TYPE__SCRIPTThe feature id for the 'Script' attribute.static intON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMATThe feature id for the 'Script Format' attribute.static intON_ENTRY_SCRIPT_TYPE_FEATURE_COUNTThe number of structural features of the 'On Entry Script Type' class.static intON_EXIT_SCRIPT_TYPEThe meta object id for the 'On Exit Script Type' class.static intON_EXIT_SCRIPT_TYPE__SCRIPTThe feature id for the 'Script' attribute.static intON_EXIT_SCRIPT_TYPE__SCRIPT_FORMATThe feature id for the 'Script Format' attribute.static intON_EXIT_SCRIPT_TYPE_FEATURE_COUNTThe number of structural features of the 'On Exit Script Type' class.static intPACKAGE_NAME_TYPEThe meta object id for the 'Package Name Type' data type.static intPRIORITY_TYPEThe meta object id for the 'Priority Type' data type.static intRULE_FLOW_GROUP_TYPEThe meta object id for the 'Rule Flow Group Type' data type.static intTASK_NAME_TYPEThe meta object id for the 'Task Name Type' data type.static intVERSION_TYPEThe meta object id for the 'Version Type' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetDocumentRoot()Returns the meta object for class 'Document Root'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_Global()Returns the meta object for the containment reference 'Global'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_Import()Returns the meta object for the containment reference 'Import'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_MetaData()Returns the meta object for the containment reference 'Meta Data'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_Mixed()Returns the meta object for the attribute list 'Mixed'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_OnEntryScript()Returns the meta object for the containment reference 'On Entry Script'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_OnExitScript()Returns the meta object for the containment reference 'On Exit Script'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_PackageName()Returns the meta object for the attribute 'Package Name'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_Priority()Returns the meta object for the attribute 'Priority'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_RuleFlowGroup()Returns the meta object for the attribute 'Rule Flow Group'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_TaskName()Returns the meta object for the attribute 'Task Name'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_Version()Returns the meta object for the attribute 'Version'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_XMLNSPrefixMap()Returns the meta object for the map 'XMLNS Prefix Map'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_XSISchemaLocation()Returns the meta object for the map 'XSI Schema Location'.DroolsFactorygetDroolsFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetGlobalType()Returns the meta object for class 'Global Type'.org.eclipse.emf.ecore.EAttributegetGlobalType_Identifier()Returns the meta object for the attribute 'Identifier'.org.eclipse.emf.ecore.EAttributegetGlobalType_Type()Returns the meta object for the attribute 'Type'.org.eclipse.emf.ecore.EClassgetImportType()Returns the meta object for class 'Import Type'.org.eclipse.emf.ecore.EAttributegetImportType_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EClassgetMetaDataType()Returns the meta object for class 'Meta Data Type'.org.eclipse.emf.ecore.EAttributegetMetaDataType_MetaValue()Returns the meta object for the attribute 'Meta Value'.org.eclipse.emf.ecore.EAttributegetMetaDataType_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EClassgetOnEntryScriptType()Returns the meta object for class 'On Entry Script Type'.org.eclipse.emf.ecore.EAttributegetOnEntryScriptType_Script()Returns the meta object for the attribute 'Script'.org.eclipse.emf.ecore.EAttributegetOnEntryScriptType_ScriptFormat()Returns the meta object for the attribute 'Script Format'.org.eclipse.emf.ecore.EClassgetOnExitScriptType()Returns the meta object for class 'On Exit Script Type'.org.eclipse.emf.ecore.EAttributegetOnExitScriptType_Script()Returns the meta object for the attribute 'Script'.org.eclipse.emf.ecore.EAttributegetOnExitScriptType_ScriptFormat()Returns the meta object for the attribute 'Script Format'.org.eclipse.emf.ecore.EDataTypegetPackageNameType()Returns the meta object for data type 'Package Name Type'.org.eclipse.emf.ecore.EDataTypegetPriorityType()Returns the meta object for data type 'Priority Type'.org.eclipse.emf.ecore.EDataTypegetRuleFlowGroupType()Returns the meta object for data type 'Rule Flow Group Type'.org.eclipse.emf.ecore.EDataTypegetTaskNameType()Returns the meta object for data type 'Task Name Type'.org.eclipse.emf.ecore.EDataTypegetVersionType()Returns the meta object for data type 'Version Type'.-
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
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated code
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated code
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated code
-
eINSTANCE
static final DroolsPackage eINSTANCE
The singleton instance of the package.- Generated code
-
DOCUMENT_ROOT
static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.- See Also:
DocumentRootImpl,DroolsPackageImpl.getDocumentRoot(), Constant Field Values- Generated code
-
DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
DOCUMENT_ROOT__GLOBAL
static final int DOCUMENT_ROOT__GLOBAL
The feature id for the 'Global' containment reference.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__IMPORT
static final int DOCUMENT_ROOT__IMPORT
The feature id for the 'Import' containment reference.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__META_DATA
static final int DOCUMENT_ROOT__META_DATA
The feature id for the 'Meta Data' containment reference.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
DOCUMENT_ROOT__PACKAGE_NAME
static final int DOCUMENT_ROOT__PACKAGE_NAME
The feature id for the 'Package Name' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__PRIORITY
static final int DOCUMENT_ROOT__PRIORITY
The feature id for the 'Priority' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
DOCUMENT_ROOT__TASK_NAME
static final int DOCUMENT_ROOT__TASK_NAME
The feature id for the 'Task Name' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__VERSION
static final int DOCUMENT_ROOT__VERSION
The feature id for the 'Version' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
GLOBAL_TYPE
static final int GLOBAL_TYPE
The meta object id for the 'Global Type' class.- See Also:
GlobalTypeImpl,DroolsPackageImpl.getGlobalType(), Constant Field Values- Generated code
-
GLOBAL_TYPE__IDENTIFIER
static final int GLOBAL_TYPE__IDENTIFIER
The feature id for the 'Identifier' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
GLOBAL_TYPE__TYPE
static final int GLOBAL_TYPE__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
IMPORT_TYPE
static final int IMPORT_TYPE
The meta object id for the 'Import Type' class.- See Also:
ImportTypeImpl,DroolsPackageImpl.getImportType(), Constant Field Values- Generated code
-
IMPORT_TYPE__NAME
static final int IMPORT_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
META_DATA_TYPE
static final int META_DATA_TYPE
The meta object id for the 'Meta Data Type' class.- See Also:
MetaDataTypeImpl,DroolsPackageImpl.getMetaDataType(), Constant Field Values- Generated code
-
META_DATA_TYPE__META_VALUE
static final int META_DATA_TYPE__META_VALUE
The feature id for the 'Meta Value' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
META_DATA_TYPE__NAME
static final int META_DATA_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
META_DATA_TYPE_FEATURE_COUNT
static final int META_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Meta Data Type' class.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
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,DroolsPackageImpl.getOnEntryScriptType(), Constant Field Values- Generated code
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
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,DroolsPackageImpl.getOnExitScriptType(), Constant Field Values- Generated code
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
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
- Generated code
- Ordered
-
PACKAGE_NAME_TYPE
static final int PACKAGE_NAME_TYPE
The meta object id for the 'Package Name Type' data type.- See Also:
String,DroolsPackageImpl.getPackageNameType(), Constant Field Values- Generated code
-
PRIORITY_TYPE
static final int PRIORITY_TYPE
The meta object id for the 'Priority Type' data type.- See Also:
BigInteger,DroolsPackageImpl.getPriorityType(), Constant Field Values- Generated code
-
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,DroolsPackageImpl.getRuleFlowGroupType(), Constant Field Values- Generated code
-
TASK_NAME_TYPE
static final int TASK_NAME_TYPE
The meta object id for the 'Task Name Type' data type.- See Also:
String,DroolsPackageImpl.getTaskNameType(), Constant Field Values- Generated code
-
VERSION_TYPE
static final int VERSION_TYPE
The meta object id for the 'Version Type' data type.- See Also:
String,DroolsPackageImpl.getVersionType(), Constant Field Values- Generated code
-
-
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- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
getDocumentRoot_MetaData
org.eclipse.emf.ecore.EReference getDocumentRoot_MetaData()
Returns the meta object for the containment reference 'Meta Data'.- Returns:
- the meta object for the containment reference 'Meta Data'.
- See Also:
DocumentRoot.getMetaData(),getDocumentRoot()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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()- Generated code
-
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- Generated code
-
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()- Generated code
-
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()- Generated code
-
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- Generated code
-
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()- Generated code
-
getMetaDataType
org.eclipse.emf.ecore.EClass getMetaDataType()
Returns the meta object for class 'Meta Data Type'.- Returns:
- the meta object for class 'Meta Data Type'.
- See Also:
MetaDataType- Generated code
-
getMetaDataType_MetaValue
org.eclipse.emf.ecore.EAttribute getMetaDataType_MetaValue()
Returns the meta object for the attribute 'Meta Value'.- Returns:
- the meta object for the attribute 'Meta Value'.
- See Also:
MetaDataType.getMetaValue(),getMetaDataType()- Generated code
-
getMetaDataType_Name
org.eclipse.emf.ecore.EAttribute getMetaDataType_Name()
Returns the meta object for the attribute 'Name'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
MetaDataType.getName(),getMetaDataType()- Generated code
-
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- Generated code
-
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()- Generated code
-
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()- Generated code
-
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- Generated code
-
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()- Generated code
-
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()- Generated code
-
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- Generated code
- Model
- instanceClass="java.lang.String" extendedMetaData="name='packageName_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#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- Generated code
- Model
- instanceClass="java.math.BigInteger" extendedMetaData="name='priority_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#integer' minInclusive='1'"
-
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- Generated code
- Model
- instanceClass="java.lang.String" extendedMetaData="name='ruleFlowGroup_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#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- Generated code
- Model
- instanceClass="java.lang.String" extendedMetaData="name='taskName_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#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:
String- Generated code
- Model
- instanceClass="java.lang.String" extendedMetaData="name='version_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#string'"
-
getDroolsFactory
DroolsFactory getDroolsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated code
-
-