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

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

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

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

See Also:
WbiserverFactory

Nested Class Summary
static interface WbiserverPackage.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 WbiserverPackage 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 WBI_SERVER_EXTENSION
          The meta object id for the 'WBI Server Extension' class
static int WBI_SERVER_EXTENSION__DESCRIPTION
          The feature id for the 'Description' attribute
static int WBI_SERVER_EXTENSION__SERVICES
          The feature id for the 'Services' containment reference list
static int WBI_SERVER_EXTENSION__VERSION
          The feature id for the 'Version' attribute
static int WBI_SERVER_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'WBI Server Extension' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getWBIServerExtension_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EReference getWBIServerExtension_Services()
          Returns the meta object for the containment reference list 'Services'
 org.eclipse.emf.ecore.EAttribute getWBIServerExtension_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getWBIServerExtension()
          Returns the meta object for class 'WBI Server Extension'
 WbiserverFactory getWbiserverFactory()
          Returns the factory that creates the instances of the model
 
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 WbiserverPackage eINSTANCE
The singleton instance of the package.


WBI_SERVER_EXTENSION

static final int WBI_SERVER_EXTENSION
The meta object id for the 'WBI Server Extension' class.

See Also:
WBIServerExtensionImpl, WbiserverPackageImpl.getWBIServerExtension(), Constant Field Values

WBI_SERVER_EXTENSION__VERSION

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

See Also:
Constant Field Values

WBI_SERVER_EXTENSION__DESCRIPTION

static final int WBI_SERVER_EXTENSION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

WBI_SERVER_EXTENSION__SERVICES

static final int WBI_SERVER_EXTENSION__SERVICES
The feature id for the 'Services' containment reference list.

See Also:
Constant Field Values

WBI_SERVER_EXTENSION_FEATURE_COUNT

static final int WBI_SERVER_EXTENSION_FEATURE_COUNT
The number of structural features of the 'WBI Server Extension' class.

See Also:
Constant Field Values
Method Detail

getWBIServerExtension

org.eclipse.emf.ecore.EClass getWBIServerExtension()
Returns the meta object for class 'WBI Server Extension'.

Returns:
the meta object for class 'WBI Server Extension'.
See Also:
WBIServerExtension

getWBIServerExtension_Version

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

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

getWBIServerExtension_Description

org.eclipse.emf.ecore.EAttribute getWBIServerExtension_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
WBIServerExtension.getDescription(), getWBIServerExtension()

getWBIServerExtension_Services

org.eclipse.emf.ecore.EReference getWBIServerExtension_Services()
Returns the meta object for the containment reference list 'Services'.

Returns:
the meta object for the containment reference list 'Services'.
See Also:
WBIServerExtension.getServices(), getWBIServerExtension()

getWbiserverFactory

WbiserverFactory getWbiserverFactory()
Returns the factory that creates the instances of the model.

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