com.ibm.websphere.models.config.coreserver
Interface XCTService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, com.ibm.websphere.models.config.process.Service
All Known Implementing Classes:
XCTServiceImpl

public interface XCTService
extends com.ibm.websphere.models.config.process.Service

A representation of the model object 'XCT Service'.

The following features are supported:

See Also:
CoreserverPackage.getXCTService()

Method Summary
 java.lang.String getLevel()
          Returns the value of the 'Level' attribute
 org.eclipse.emf.common.util.EList getSupportedLevels()
          Returns the value of the 'Supported Levels' containment reference list.
 void setLevel(java.lang.String value)
          Sets the value of the 'Level' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.process.Service
getContainerScope, getContext, getProperties, isEnable, isSetEnable, setContext, setEnable, unsetEnable
 
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
 

Method Detail

getLevel

java.lang.String getLevel()
Returns the value of the 'Level' attribute.

If the meaning of the 'Level' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Level' attribute.
See Also:
setLevel(String), CoreserverPackage.getXCTService_Level()

setLevel

void setLevel(java.lang.String value)
Sets the value of the 'Level' attribute.

Parameters:
value - the new value of the 'Level' attribute.
See Also:
getLevel()

getSupportedLevels

org.eclipse.emf.common.util.EList getSupportedLevels()
Returns the value of the 'Supported Levels' containment reference list. The list contents are of type XCTLevel.

If the meaning of the 'Supported Levels' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Supported Levels' containment reference list.
See Also:
CoreserverPackage.getXCTService_SupportedLevels()