com.ibm.websphere.models.config.wbiserver
Interface WBIServerExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WBIServerExtensionImpl

public interface WBIServerExtension
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'WBI Server Extension'.

The following features are supported:

See Also:
WbiserverPackage.getWBIServerExtension()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 org.eclipse.emf.common.util.EList getServices()
          Returns the value of the 'Services' containment reference list.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 
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

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute. The default value is "6.0".

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), WbiserverPackage.getWBIServerExtension_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), WbiserverPackage.getWBIServerExtension_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getServices

org.eclipse.emf.common.util.EList getServices()
Returns the value of the 'Services' containment reference list. The list contents are of type Service.

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

Returns:
the value of the 'Services' containment reference list.
See Also:
WbiserverPackage.getWBIServerExtension_Services()