|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XCTConfigPackage
The Package for the model. It contains accessors for the meta objects to represent
XCTConfigFactory
Nested Class Summary | |
---|---|
static interface |
XCTConfigPackage.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 XCTConfigPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
SCA_MODULE_TRACE_CONFIG
The meta object id for the ' SCA Module Trace Config ' class |
static int |
SCA_MODULE_TRACE_CONFIG__CELL_ID
The feature id for the 'Cell ID' attribute |
static int |
SCA_MODULE_TRACE_CONFIG__DATA_CAPTURE
The feature id for the 'Data Capture' attribute |
static int |
SCA_MODULE_TRACE_CONFIG__NAME
The feature id for the 'Name' attribute |
static int |
SCA_MODULE_TRACE_CONFIG__SHORT_NAME
The feature id for the 'Short Name' attribute |
static int |
SCA_MODULE_TRACE_CONFIG__VERSION
The feature id for the 'Version' attribute |
static int |
SCA_MODULE_TRACE_CONFIG_FEATURE_COUNT
The number of structural features of the 'SCA Module Trace Config' class |
static int |
XCT_RESOURCE_CONFIG
The meta object id for the ' XCT Resource Config ' class |
static int |
XCT_RESOURCE_CONFIG__SNAPSHOT_CAPACITY
The feature id for the 'Snapshot Capacity' attribute |
static int |
XCT_RESOURCE_CONFIG_FEATURE_COUNT
The number of structural features of the 'XCT Resource Config' class |
static int |
XCT_SERVICE_CONFIG
The meta object id for the ' XCT Service Config ' class |
static int |
XCT_SERVICE_CONFIG__ENABLED
The feature id for the 'Enabled' attribute |
static int |
XCT_SERVICE_CONFIG__SELECTED_MODULES
The feature id for the 'Selected Modules' containment reference list |
static int |
XCT_SERVICE_CONFIG__TRACE_LEVEL
The feature id for the 'Trace Level' attribute |
static int |
XCT_SERVICE_CONFIG__TRACE_TARGET
The feature id for the 'Trace Target' attribute |
static int |
XCT_SERVICE_CONFIG_FEATURE_COUNT
The number of structural features of the 'XCT Service Config' class |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EAttribute |
getSCAModuleTraceConfig_CellID()
Returns the meta object for the attribute ' Cell ID ' |
org.eclipse.emf.ecore.EAttribute |
getSCAModuleTraceConfig_DataCapture()
Returns the meta object for the attribute ' Data Capture ' |
org.eclipse.emf.ecore.EAttribute |
getSCAModuleTraceConfig_Name()
Returns the meta object for the attribute ' Name ' |
org.eclipse.emf.ecore.EAttribute |
getSCAModuleTraceConfig_ShortName()
Returns the meta object for the attribute ' Short Name ' |
org.eclipse.emf.ecore.EAttribute |
getSCAModuleTraceConfig_Version()
Returns the meta object for the attribute ' Version ' |
org.eclipse.emf.ecore.EClass |
getSCAModuleTraceConfig()
Returns the meta object for class ' SCA Module Trace Config ' |
XCTConfigFactory |
getXCTConfigFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EAttribute |
getXCTResourceConfig_SnapshotCapacity()
Returns the meta object for the attribute ' Snapshot Capacity ' |
org.eclipse.emf.ecore.EClass |
getXCTResourceConfig()
Returns the meta object for class ' XCT Resource Config ' |
org.eclipse.emf.ecore.EAttribute |
getXCTServiceConfig_Enabled()
Returns the meta object for the attribute ' Enabled ' |
org.eclipse.emf.ecore.EReference |
getXCTServiceConfig_SelectedModules()
Returns the meta object for the containment reference list ' Selected Modules ' |
org.eclipse.emf.ecore.EAttribute |
getXCTServiceConfig_TraceLevel()
Returns the meta object for the attribute ' Trace Level ' |
org.eclipse.emf.ecore.EAttribute |
getXCTServiceConfig_TraceTarget()
Returns the meta object for the attribute ' Trace Target ' |
org.eclipse.emf.ecore.EClass |
getXCTServiceConfig()
Returns the meta object for class ' XCT Service Config ' |
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final XCTConfigPackage eINSTANCE
static final int XCT_SERVICE_CONFIG
XCT Service Config
' class.
XCTServiceConfigImpl
,
XCTConfigPackageImpl.getXCTServiceConfig()
,
Constant Field Valuesstatic final int XCT_SERVICE_CONFIG__ENABLED
static final int XCT_SERVICE_CONFIG__TRACE_LEVEL
static final int XCT_SERVICE_CONFIG__TRACE_TARGET
static final int XCT_SERVICE_CONFIG__SELECTED_MODULES
static final int XCT_SERVICE_CONFIG_FEATURE_COUNT
static final int XCT_RESOURCE_CONFIG
XCT Resource Config
' class.
XCTResourceConfigImpl
,
XCTConfigPackageImpl.getXCTResourceConfig()
,
Constant Field Valuesstatic final int XCT_RESOURCE_CONFIG__SNAPSHOT_CAPACITY
static final int XCT_RESOURCE_CONFIG_FEATURE_COUNT
static final int SCA_MODULE_TRACE_CONFIG
SCA Module Trace Config
' class.
SCAModuleTraceConfigImpl
,
XCTConfigPackageImpl.getSCAModuleTraceConfig()
,
Constant Field Valuesstatic final int SCA_MODULE_TRACE_CONFIG__NAME
static final int SCA_MODULE_TRACE_CONFIG__SHORT_NAME
static final int SCA_MODULE_TRACE_CONFIG__VERSION
static final int SCA_MODULE_TRACE_CONFIG__CELL_ID
static final int SCA_MODULE_TRACE_CONFIG__DATA_CAPTURE
static final int SCA_MODULE_TRACE_CONFIG_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getXCTServiceConfig()
XCT Service Config
'.
XCTServiceConfig
org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_Enabled()
Enabled
'.
XCTServiceConfig.isEnabled()
,
getXCTServiceConfig()
org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_TraceLevel()
Trace Level
'.
XCTServiceConfig.getTraceLevel()
,
getXCTServiceConfig()
org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_TraceTarget()
Trace Target
'.
XCTServiceConfig.getTraceTarget()
,
getXCTServiceConfig()
org.eclipse.emf.ecore.EReference getXCTServiceConfig_SelectedModules()
Selected Modules
'.
XCTServiceConfig.getSelectedModules()
,
getXCTServiceConfig()
org.eclipse.emf.ecore.EClass getXCTResourceConfig()
XCT Resource Config
'.
XCTResourceConfig
org.eclipse.emf.ecore.EAttribute getXCTResourceConfig_SnapshotCapacity()
Snapshot Capacity
'.
XCTResourceConfig.getSnapshotCapacity()
,
getXCTResourceConfig()
org.eclipse.emf.ecore.EClass getSCAModuleTraceConfig()
SCA Module Trace Config
'.
SCAModuleTraceConfig
org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_Name()
Name
'.
SCAModuleTraceConfig.getName()
,
getSCAModuleTraceConfig()
org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_ShortName()
Short Name
'.
SCAModuleTraceConfig.getShortName()
,
getSCAModuleTraceConfig()
org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_Version()
Version
'.
SCAModuleTraceConfig.getVersion()
,
getSCAModuleTraceConfig()
org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_CellID()
Cell ID
'.
SCAModuleTraceConfig.getCellID()
,
getSCAModuleTraceConfig()
org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_DataCapture()
Data Capture
'.
SCAModuleTraceConfig.getDataCapture()
,
getSCAModuleTraceConfig()
XCTConfigFactory getXCTConfigFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |