Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentPackage
-
- 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:
StandaloneContentPackageImpl
public interface StandaloneContentPackage 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 operation of each class,
- each enum,
- and each data type
- See Also:
StandaloneContentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStandaloneContentPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static StandaloneContentPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intSTANDALONE_CONTENTThe meta object id for the 'Standalone Content' class.static intSTANDALONE_CONTENT__DATA_EXCHANGE_SETTINGSThe feature id for the 'Data Exchange Settings' containment reference.static intSTANDALONE_CONTENT__PRIORITY_ITEMThe feature id for the 'Priority Item' containment reference list.static intSTANDALONE_CONTENT__UNUSED_ITEMThe feature id for the 'Unused Item' containment reference list.static intSTANDALONE_CONTENT__USED_ITEMThe feature id for the 'Used Item' containment reference list.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGSThe meta object id for the 'Data Exchange Settings' class.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_ON_CHANGE_DATAThe feature id for the 'Exchange On Change Data' attribute.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PERIODThe feature id for the 'Exchange Period' attribute.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PLANThe feature id for the 'Exchange Plan' reference.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__INACTIVE_NODES_CLEANUP_TIMEOUTThe feature id for the 'Inactive Nodes Cleanup Timeout' attribute.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__NO_CODE_CORRECTIONSThe feature id for the 'No Code Corrections' reference list.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__TRANSACTION_COUNTThe feature id for the 'Transaction Count' attribute.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_FEATURE_COUNTThe number of structural features of the 'Data Exchange Settings' class.static intSTANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_OPERATION_COUNTThe number of operations of the 'Data Exchange Settings' class.static intSTANDALONE_CONTENT_FEATURE_COUNTThe number of structural features of the 'Standalone Content' class.static intSTANDALONE_CONTENT_ITEM_PRIORITYThe meta object id for the 'Item Priority' enum.static intSTANDALONE_CONTENT_MD_OBJECT_AWAREThe meta object id for the 'Md Object Aware' class.static intSTANDALONE_CONTENT_MD_OBJECT_AWARE__METADATAThe feature id for the 'Metadata' reference.static intSTANDALONE_CONTENT_MD_OBJECT_AWARE_FEATURE_COUNTThe number of structural features of the 'Md Object Aware' class.static intSTANDALONE_CONTENT_MD_OBJECT_AWARE_OPERATION_COUNTThe number of operations of the 'Md Object Aware' class.static intSTANDALONE_CONTENT_OPERATION_COUNTThe number of operations of the 'Standalone Content' class.static intSTANDALONE_CONTENT_PRIORITY_ITEMThe meta object id for the 'Priority Item' class.static intSTANDALONE_CONTENT_PRIORITY_ITEM__METADATAThe feature id for the 'Metadata' reference.static intSTANDALONE_CONTENT_PRIORITY_ITEM__PRIORITYThe feature id for the 'Priority' attribute.static intSTANDALONE_CONTENT_PRIORITY_ITEM_FEATURE_COUNTThe number of structural features of the 'Priority Item' class.static intSTANDALONE_CONTENT_PRIORITY_ITEM_OPERATION_COUNTThe number of operations of the 'Priority Item' class.static intSTANDALONE_CONTENT_UNUSED_ITEMThe meta object id for the 'Unused Item' class.static intSTANDALONE_CONTENT_UNUSED_ITEM__METADATAThe feature id for the 'Metadata' reference.static intSTANDALONE_CONTENT_UNUSED_ITEM_FEATURE_COUNTThe number of structural features of the 'Unused Item' class.static intSTANDALONE_CONTENT_UNUSED_ITEM_OPERATION_COUNTThe number of operations of the 'Unused Item' class.static intSTANDALONE_CONTENT_USED_ITEMThe meta object id for the 'Used Item' class.static intSTANDALONE_CONTENT_USED_ITEM__METADATAThe feature id for the 'Metadata' reference.static intSTANDALONE_CONTENT_USED_ITEM__PRIORITYThe feature id for the 'Priority' attribute.static intSTANDALONE_CONTENT_USED_ITEM_FEATURE_COUNTThe number of structural features of the 'Used Item' class.static intSTANDALONE_CONTENT_USED_ITEM_OPERATION_COUNTThe number of operations of the 'Used Item' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetStandaloneContent()Returns the meta object for class 'Standalone Content'.org.eclipse.emf.ecore.EReferencegetStandaloneContent_DataExchangeSettings()Returns the meta object for the containment reference 'Data Exchange Settings'.org.eclipse.emf.ecore.EReferencegetStandaloneContent_PriorityItem()Returns the meta object for the containment reference list 'Priority Item'.org.eclipse.emf.ecore.EReferencegetStandaloneContent_UnusedItem()Returns the meta object for the containment reference list 'Unused Item'.org.eclipse.emf.ecore.EReferencegetStandaloneContent_UsedItem()Returns the meta object for the containment reference list 'Used Item'.org.eclipse.emf.ecore.EClassgetStandaloneContentDataExchangeSettings()Returns the meta object for class 'Data Exchange Settings'.org.eclipse.emf.ecore.EAttributegetStandaloneContentDataExchangeSettings_ExchangeOnChangeData()Returns the meta object for the attribute 'Exchange On Change Data'.org.eclipse.emf.ecore.EAttributegetStandaloneContentDataExchangeSettings_ExchangePeriod()Returns the meta object for the attribute 'Exchange Period'.org.eclipse.emf.ecore.EReferencegetStandaloneContentDataExchangeSettings_ExchangePlan()Returns the meta object for the reference 'Exchange Plan'.org.eclipse.emf.ecore.EAttributegetStandaloneContentDataExchangeSettings_InactiveNodesCleanupTimeout()Returns the meta object for the attribute 'Inactive Nodes Cleanup Timeout'.org.eclipse.emf.ecore.EReferencegetStandaloneContentDataExchangeSettings_NoCodeCorrections()Returns the meta object for the reference list 'No Code Corrections'.org.eclipse.emf.ecore.EAttributegetStandaloneContentDataExchangeSettings_TransactionCount()Returns the meta object for the attribute 'Transaction Count'.StandaloneContentFactorygetStandaloneContentFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EEnumgetStandaloneContentItemPriority()Returns the meta object for enum 'Item Priority'.org.eclipse.emf.ecore.EClassgetStandaloneContentMdObjectAware()Returns the meta object for class 'Md Object Aware'.org.eclipse.emf.ecore.EReferencegetStandaloneContentMdObjectAware_Metadata()Returns the meta object for the reference 'Metadata'.org.eclipse.emf.ecore.EClassgetStandaloneContentPriorityItem()Returns the meta object for class 'Priority Item'.org.eclipse.emf.ecore.EAttributegetStandaloneContentPriorityItem_Priority()Returns the meta object for the attribute 'Priority'.org.eclipse.emf.ecore.EClassgetStandaloneContentUnusedItem()Returns the meta object for class 'Unused Item'.org.eclipse.emf.ecore.EClassgetStandaloneContentUsedItem()Returns the meta object for class 'Used Item'.org.eclipse.emf.ecore.EAttributegetStandaloneContentUsedItem_Priority()Returns the meta object for the attribute 'Priority'.-
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
-
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 StandaloneContentPackage eINSTANCE
The singleton instance of the package.
-
STANDALONE_CONTENT
static final int STANDALONE_CONTENT
The meta object id for the 'Standalone Content' class.
-
STANDALONE_CONTENT__USED_ITEM
static final int STANDALONE_CONTENT__USED_ITEM
The feature id for the 'Used Item' containment reference list.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT__UNUSED_ITEM
static final int STANDALONE_CONTENT__UNUSED_ITEM
The feature id for the 'Unused Item' containment reference list.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT__PRIORITY_ITEM
static final int STANDALONE_CONTENT__PRIORITY_ITEM
The feature id for the 'Priority Item' containment reference list.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT__DATA_EXCHANGE_SETTINGS
static final int STANDALONE_CONTENT__DATA_EXCHANGE_SETTINGS
The feature id for the 'Data Exchange Settings' containment reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_FEATURE_COUNT
static final int STANDALONE_CONTENT_FEATURE_COUNT
The number of structural features of the 'Standalone Content' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_OPERATION_COUNT
static final int STANDALONE_CONTENT_OPERATION_COUNT
The number of operations of the 'Standalone Content' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_MD_OBJECT_AWARE
static final int STANDALONE_CONTENT_MD_OBJECT_AWARE
The meta object id for the 'Md Object Aware' class.
-
STANDALONE_CONTENT_MD_OBJECT_AWARE__METADATA
static final int STANDALONE_CONTENT_MD_OBJECT_AWARE__METADATA
The feature id for the 'Metadata' reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_MD_OBJECT_AWARE_FEATURE_COUNT
static final int STANDALONE_CONTENT_MD_OBJECT_AWARE_FEATURE_COUNT
The number of structural features of the 'Md Object Aware' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_MD_OBJECT_AWARE_OPERATION_COUNT
static final int STANDALONE_CONTENT_MD_OBJECT_AWARE_OPERATION_COUNT
The number of operations of the 'Md Object Aware' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_USED_ITEM
static final int STANDALONE_CONTENT_USED_ITEM
The meta object id for the 'Used Item' class.
-
STANDALONE_CONTENT_USED_ITEM__METADATA
static final int STANDALONE_CONTENT_USED_ITEM__METADATA
The feature id for the 'Metadata' reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_USED_ITEM__PRIORITY
static final int STANDALONE_CONTENT_USED_ITEM__PRIORITY
The feature id for the 'Priority' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_USED_ITEM_FEATURE_COUNT
static final int STANDALONE_CONTENT_USED_ITEM_FEATURE_COUNT
The number of structural features of the 'Used Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_USED_ITEM_OPERATION_COUNT
static final int STANDALONE_CONTENT_USED_ITEM_OPERATION_COUNT
The number of operations of the 'Used Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_UNUSED_ITEM
static final int STANDALONE_CONTENT_UNUSED_ITEM
The meta object id for the 'Unused Item' class.
-
STANDALONE_CONTENT_UNUSED_ITEM__METADATA
static final int STANDALONE_CONTENT_UNUSED_ITEM__METADATA
The feature id for the 'Metadata' reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_UNUSED_ITEM_FEATURE_COUNT
static final int STANDALONE_CONTENT_UNUSED_ITEM_FEATURE_COUNT
The number of structural features of the 'Unused Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_UNUSED_ITEM_OPERATION_COUNT
static final int STANDALONE_CONTENT_UNUSED_ITEM_OPERATION_COUNT
The number of operations of the 'Unused Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_PRIORITY_ITEM
static final int STANDALONE_CONTENT_PRIORITY_ITEM
The meta object id for the 'Priority Item' class.
-
STANDALONE_CONTENT_PRIORITY_ITEM__METADATA
static final int STANDALONE_CONTENT_PRIORITY_ITEM__METADATA
The feature id for the 'Metadata' reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_PRIORITY_ITEM__PRIORITY
static final int STANDALONE_CONTENT_PRIORITY_ITEM__PRIORITY
The feature id for the 'Priority' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_PRIORITY_ITEM_FEATURE_COUNT
static final int STANDALONE_CONTENT_PRIORITY_ITEM_FEATURE_COUNT
The number of structural features of the 'Priority Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_PRIORITY_ITEM_OPERATION_COUNT
static final int STANDALONE_CONTENT_PRIORITY_ITEM_OPERATION_COUNT
The number of operations of the 'Priority Item' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS
The meta object id for the 'Data Exchange Settings' class.
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PLAN
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PLAN
The feature id for the 'Exchange Plan' reference.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_ON_CHANGE_DATA
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_ON_CHANGE_DATA
The feature id for the 'Exchange On Change Data' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PERIOD
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__EXCHANGE_PERIOD
The feature id for the 'Exchange Period' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__TRANSACTION_COUNT
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__TRANSACTION_COUNT
The feature id for the 'Transaction Count' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__INACTIVE_NODES_CLEANUP_TIMEOUT
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__INACTIVE_NODES_CLEANUP_TIMEOUT
The feature id for the 'Inactive Nodes Cleanup Timeout' attribute.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__NO_CODE_CORRECTIONS
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS__NO_CODE_CORRECTIONS
The feature id for the 'No Code Corrections' reference list.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_FEATURE_COUNT
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_FEATURE_COUNT
The number of structural features of the 'Data Exchange Settings' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_OPERATION_COUNT
static final int STANDALONE_CONTENT_DATA_EXCHANGE_SETTINGS_OPERATION_COUNT
The number of operations of the 'Data Exchange Settings' class.- See Also:
- Constant Field Values
-
STANDALONE_CONTENT_ITEM_PRIORITY
static final int STANDALONE_CONTENT_ITEM_PRIORITY
The meta object id for the 'Item Priority' enum.
-
-
Method Detail
-
getStandaloneContent
org.eclipse.emf.ecore.EClass getStandaloneContent()
Returns the meta object for class 'Standalone Content'.- Returns:
- the meta object for class 'Standalone Content'.
- See Also:
StandaloneContent
-
getStandaloneContent_UsedItem
org.eclipse.emf.ecore.EReference getStandaloneContent_UsedItem()
Returns the meta object for the containment reference list 'Used Item'.- Returns:
- the meta object for the containment reference list 'Used Item'.
- See Also:
StandaloneContent.getUsedItem(),getStandaloneContent()
-
getStandaloneContent_UnusedItem
org.eclipse.emf.ecore.EReference getStandaloneContent_UnusedItem()
Returns the meta object for the containment reference list 'Unused Item'.- Returns:
- the meta object for the containment reference list 'Unused Item'.
- See Also:
StandaloneContent.getUnusedItem(),getStandaloneContent()
-
getStandaloneContent_PriorityItem
org.eclipse.emf.ecore.EReference getStandaloneContent_PriorityItem()
Returns the meta object for the containment reference list 'Priority Item'.- Returns:
- the meta object for the containment reference list 'Priority Item'.
- See Also:
StandaloneContent.getPriorityItem(),getStandaloneContent()
-
getStandaloneContent_DataExchangeSettings
org.eclipse.emf.ecore.EReference getStandaloneContent_DataExchangeSettings()
Returns the meta object for the containment reference 'Data Exchange Settings'.- Returns:
- the meta object for the containment reference 'Data Exchange Settings'.
- See Also:
StandaloneContent.getDataExchangeSettings(),getStandaloneContent()
-
getStandaloneContentMdObjectAware
org.eclipse.emf.ecore.EClass getStandaloneContentMdObjectAware()
Returns the meta object for class 'Md Object Aware'.- Returns:
- the meta object for class 'Md Object Aware'.
- See Also:
StandaloneContentMdObjectAware
-
getStandaloneContentMdObjectAware_Metadata
org.eclipse.emf.ecore.EReference getStandaloneContentMdObjectAware_Metadata()
Returns the meta object for the reference 'Metadata'.- Returns:
- the meta object for the reference 'Metadata'.
- See Also:
StandaloneContentMdObjectAware.getMetadata(),getStandaloneContentMdObjectAware()
-
getStandaloneContentUsedItem
org.eclipse.emf.ecore.EClass getStandaloneContentUsedItem()
Returns the meta object for class 'Used Item'.- Returns:
- the meta object for class 'Used Item'.
- See Also:
StandaloneContentUsedItem
-
getStandaloneContentUsedItem_Priority
org.eclipse.emf.ecore.EAttribute getStandaloneContentUsedItem_Priority()
Returns the meta object for the attribute 'Priority'.- Returns:
- the meta object for the attribute 'Priority'.
- See Also:
StandaloneContentUsedItem.getPriority(),getStandaloneContentUsedItem()
-
getStandaloneContentUnusedItem
org.eclipse.emf.ecore.EClass getStandaloneContentUnusedItem()
Returns the meta object for class 'Unused Item'.- Returns:
- the meta object for class 'Unused Item'.
- See Also:
StandaloneContentUnusedItem
-
getStandaloneContentPriorityItem
org.eclipse.emf.ecore.EClass getStandaloneContentPriorityItem()
Returns the meta object for class 'Priority Item'.- Returns:
- the meta object for class 'Priority Item'.
- See Also:
StandaloneContentPriorityItem
-
getStandaloneContentPriorityItem_Priority
org.eclipse.emf.ecore.EAttribute getStandaloneContentPriorityItem_Priority()
Returns the meta object for the attribute 'Priority'.- Returns:
- the meta object for the attribute 'Priority'.
- See Also:
StandaloneContentPriorityItem.getPriority(),getStandaloneContentPriorityItem()
-
getStandaloneContentDataExchangeSettings
org.eclipse.emf.ecore.EClass getStandaloneContentDataExchangeSettings()
Returns the meta object for class 'Data Exchange Settings'.- Returns:
- the meta object for class 'Data Exchange Settings'.
- See Also:
StandaloneContentDataExchangeSettings
-
getStandaloneContentDataExchangeSettings_ExchangePlan
org.eclipse.emf.ecore.EReference getStandaloneContentDataExchangeSettings_ExchangePlan()
Returns the meta object for the reference 'Exchange Plan'.- Returns:
- the meta object for the reference 'Exchange Plan'.
- See Also:
StandaloneContentDataExchangeSettings.getExchangePlan(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentDataExchangeSettings_ExchangeOnChangeData
org.eclipse.emf.ecore.EAttribute getStandaloneContentDataExchangeSettings_ExchangeOnChangeData()
Returns the meta object for the attribute 'Exchange On Change Data'.- Returns:
- the meta object for the attribute 'Exchange On Change Data'.
- See Also:
StandaloneContentDataExchangeSettings.isExchangeOnChangeData(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentDataExchangeSettings_ExchangePeriod
org.eclipse.emf.ecore.EAttribute getStandaloneContentDataExchangeSettings_ExchangePeriod()
Returns the meta object for the attribute 'Exchange Period'.- Returns:
- the meta object for the attribute 'Exchange Period'.
- See Also:
StandaloneContentDataExchangeSettings.getExchangePeriod(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentDataExchangeSettings_TransactionCount
org.eclipse.emf.ecore.EAttribute getStandaloneContentDataExchangeSettings_TransactionCount()
Returns the meta object for the attribute 'Transaction Count'.- Returns:
- the meta object for the attribute 'Transaction Count'.
- See Also:
StandaloneContentDataExchangeSettings.getTransactionCount(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentDataExchangeSettings_InactiveNodesCleanupTimeout
org.eclipse.emf.ecore.EAttribute getStandaloneContentDataExchangeSettings_InactiveNodesCleanupTimeout()
Returns the meta object for the attribute 'Inactive Nodes Cleanup Timeout'.- Returns:
- the meta object for the attribute 'Inactive Nodes Cleanup Timeout'.
- See Also:
StandaloneContentDataExchangeSettings.getInactiveNodesCleanupTimeout(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentDataExchangeSettings_NoCodeCorrections
org.eclipse.emf.ecore.EReference getStandaloneContentDataExchangeSettings_NoCodeCorrections()
Returns the meta object for the reference list 'No Code Corrections'.- Returns:
- the meta object for the reference list 'No Code Corrections'.
- See Also:
StandaloneContentDataExchangeSettings.getNoCodeCorrections(),getStandaloneContentDataExchangeSettings()
-
getStandaloneContentItemPriority
org.eclipse.emf.ecore.EEnum getStandaloneContentItemPriority()
Returns the meta object for enum 'Item Priority'.- Returns:
- the meta object for enum 'Item Priority'.
- See Also:
StandaloneContentItemPriority
-
getStandaloneContentFactory
StandaloneContentFactory getStandaloneContentFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-