com.ibm.websphere.models.config.xct
Interface XCTConfigPackage

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

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

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

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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final XCTConfigPackage eINSTANCE
The singleton instance of the package.


XCT_SERVICE_CONFIG

static final int XCT_SERVICE_CONFIG
The meta object id for the 'XCT Service Config' class.

See Also:
XCTServiceConfigImpl, XCTConfigPackageImpl.getXCTServiceConfig(), Constant Field Values

XCT_SERVICE_CONFIG__ENABLED

static final int XCT_SERVICE_CONFIG__ENABLED
The feature id for the 'Enabled' attribute.

See Also:
Constant Field Values

XCT_SERVICE_CONFIG__TRACE_LEVEL

static final int XCT_SERVICE_CONFIG__TRACE_LEVEL
The feature id for the 'Trace Level' attribute.

See Also:
Constant Field Values

XCT_SERVICE_CONFIG__TRACE_TARGET

static final int XCT_SERVICE_CONFIG__TRACE_TARGET
The feature id for the 'Trace Target' attribute.

See Also:
Constant Field Values

XCT_SERVICE_CONFIG__SELECTED_MODULES

static final int XCT_SERVICE_CONFIG__SELECTED_MODULES
The feature id for the 'Selected Modules' containment reference list.

See Also:
Constant Field Values

XCT_SERVICE_CONFIG_FEATURE_COUNT

static final int XCT_SERVICE_CONFIG_FEATURE_COUNT
The number of structural features of the 'XCT Service Config' class.

See Also:
Constant Field Values

XCT_RESOURCE_CONFIG

static final int XCT_RESOURCE_CONFIG
The meta object id for the 'XCT Resource Config' class.

See Also:
XCTResourceConfigImpl, XCTConfigPackageImpl.getXCTResourceConfig(), Constant Field Values

XCT_RESOURCE_CONFIG__SNAPSHOT_CAPACITY

static final int XCT_RESOURCE_CONFIG__SNAPSHOT_CAPACITY
The feature id for the 'Snapshot Capacity' attribute.

See Also:
Constant Field Values

XCT_RESOURCE_CONFIG_FEATURE_COUNT

static final int XCT_RESOURCE_CONFIG_FEATURE_COUNT
The number of structural features of the 'XCT Resource Config' class.

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG

static final int SCA_MODULE_TRACE_CONFIG
The meta object id for the 'SCA Module Trace Config' class.

See Also:
SCAModuleTraceConfigImpl, XCTConfigPackageImpl.getSCAModuleTraceConfig(), Constant Field Values

SCA_MODULE_TRACE_CONFIG__NAME

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

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG__SHORT_NAME

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

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG__VERSION

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

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG__CELL_ID

static final int SCA_MODULE_TRACE_CONFIG__CELL_ID
The feature id for the 'Cell ID' attribute.

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG__DATA_CAPTURE

static final int SCA_MODULE_TRACE_CONFIG__DATA_CAPTURE
The feature id for the 'Data Capture' attribute.

See Also:
Constant Field Values

SCA_MODULE_TRACE_CONFIG_FEATURE_COUNT

static final int SCA_MODULE_TRACE_CONFIG_FEATURE_COUNT
The number of structural features of the 'SCA Module Trace Config' class.

See Also:
Constant Field Values
Method Detail

getXCTServiceConfig

org.eclipse.emf.ecore.EClass getXCTServiceConfig()
Returns the meta object for class 'XCT Service Config'.

Returns:
the meta object for class 'XCT Service Config'.
See Also:
XCTServiceConfig

getXCTServiceConfig_Enabled

org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_Enabled()
Returns the meta object for the attribute 'Enabled'.

Returns:
the meta object for the attribute 'Enabled'.
See Also:
XCTServiceConfig.isEnabled(), getXCTServiceConfig()

getXCTServiceConfig_TraceLevel

org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_TraceLevel()
Returns the meta object for the attribute 'Trace Level'.

Returns:
the meta object for the attribute 'Trace Level'.
See Also:
XCTServiceConfig.getTraceLevel(), getXCTServiceConfig()

getXCTServiceConfig_TraceTarget

org.eclipse.emf.ecore.EAttribute getXCTServiceConfig_TraceTarget()
Returns the meta object for the attribute 'Trace Target'.

Returns:
the meta object for the attribute 'Trace Target'.
See Also:
XCTServiceConfig.getTraceTarget(), getXCTServiceConfig()

getXCTServiceConfig_SelectedModules

org.eclipse.emf.ecore.EReference getXCTServiceConfig_SelectedModules()
Returns the meta object for the containment reference list 'Selected Modules'.

Returns:
the meta object for the containment reference list 'Selected Modules'.
See Also:
XCTServiceConfig.getSelectedModules(), getXCTServiceConfig()

getXCTResourceConfig

org.eclipse.emf.ecore.EClass getXCTResourceConfig()
Returns the meta object for class 'XCT Resource Config'.

Returns:
the meta object for class 'XCT Resource Config'.
See Also:
XCTResourceConfig

getXCTResourceConfig_SnapshotCapacity

org.eclipse.emf.ecore.EAttribute getXCTResourceConfig_SnapshotCapacity()
Returns the meta object for the attribute 'Snapshot Capacity'.

Returns:
the meta object for the attribute 'Snapshot Capacity'.
See Also:
XCTResourceConfig.getSnapshotCapacity(), getXCTResourceConfig()

getSCAModuleTraceConfig

org.eclipse.emf.ecore.EClass getSCAModuleTraceConfig()
Returns the meta object for class 'SCA Module Trace Config'.

Returns:
the meta object for class 'SCA Module Trace Config'.
See Also:
SCAModuleTraceConfig

getSCAModuleTraceConfig_Name

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

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

getSCAModuleTraceConfig_ShortName

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

Returns:
the meta object for the attribute 'Short Name'.
See Also:
SCAModuleTraceConfig.getShortName(), getSCAModuleTraceConfig()

getSCAModuleTraceConfig_Version

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

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

getSCAModuleTraceConfig_CellID

org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_CellID()
Returns the meta object for the attribute 'Cell ID'.

Returns:
the meta object for the attribute 'Cell ID'.
See Also:
SCAModuleTraceConfig.getCellID(), getSCAModuleTraceConfig()

getSCAModuleTraceConfig_DataCapture

org.eclipse.emf.ecore.EAttribute getSCAModuleTraceConfig_DataCapture()
Returns the meta object for the attribute 'Data Capture'.

Returns:
the meta object for the attribute 'Data Capture'.
See Also:
SCAModuleTraceConfig.getDataCapture(), getSCAModuleTraceConfig()

getXCTConfigFactory

XCTConfigFactory getXCTConfigFactory()
Returns the factory that creates the instances of the model.

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