com.ibm.websphere.models.config.repository
Interface RepositoryPackage

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

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

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

The WBI repository for the Shared Artifacts in server-wbi.xml

See Also:
RepositoryFactory

Nested Class Summary
static interface RepositoryPackage.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 RepositoryPackage 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 REPOSITORY
          The meta object id for the 'Repository' class
static int REPOSITORY__CONTEXT
          The feature id for the 'Context' container reference
static int REPOSITORY__DATA_SOURCE_NAME_JNDI_NAME
          The feature id for the 'Data Source Name JNDI Name' attribute
static int REPOSITORY__ENABLE
          The feature id for the 'Enable' attribute
static int REPOSITORY__INTRINSIC_NODE_SYNC
          The feature id for the 'Intrinsic Node Sync' attribute
static int REPOSITORY__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int REPOSITORY__SHARED_ARTIFACT_CLASS_DIR
          The feature id for the 'Shared Artifact Class Dir' attribute
static int REPOSITORY_FEATURE_COUNT
          The number of structural features of the 'Repository' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getRepository_DataSourceNameJNDIName()
          Returns the meta object for the attribute 'Data Source Name JNDI Name'
 org.eclipse.emf.ecore.EAttribute getRepository_IntrinsicNodeSync()
          Returns the meta object for the attribute 'Intrinsic Node Sync'
 org.eclipse.emf.ecore.EAttribute getRepository_SharedArtifactClassDir()
          Returns the meta object for the attribute 'Shared Artifact Class Dir'
 org.eclipse.emf.ecore.EClass getRepository()
          Returns the meta object for class 'Repository'
 RepositoryFactory getRepositoryFactory()
          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 RepositoryPackage eINSTANCE
The singleton instance of the package.


REPOSITORY

static final int REPOSITORY
The meta object id for the 'Repository' class.

See Also:
RepositoryImpl, RepositoryPackageImpl.getRepository(), Constant Field Values

REPOSITORY__ENABLE

static final int REPOSITORY__ENABLE
The feature id for the 'Enable' attribute.

See Also:
Constant Field Values

REPOSITORY__CONTEXT

static final int REPOSITORY__CONTEXT
The feature id for the 'Context' container reference.

See Also:
Constant Field Values

REPOSITORY__PROPERTIES

static final int REPOSITORY__PROPERTIES
The feature id for the 'Properties' containment reference list.

See Also:
Constant Field Values

REPOSITORY__DATA_SOURCE_NAME_JNDI_NAME

static final int REPOSITORY__DATA_SOURCE_NAME_JNDI_NAME
The feature id for the 'Data Source Name JNDI Name' attribute.

See Also:
Constant Field Values

REPOSITORY__SHARED_ARTIFACT_CLASS_DIR

static final int REPOSITORY__SHARED_ARTIFACT_CLASS_DIR
The feature id for the 'Shared Artifact Class Dir' attribute.

See Also:
Constant Field Values

REPOSITORY__INTRINSIC_NODE_SYNC

static final int REPOSITORY__INTRINSIC_NODE_SYNC
The feature id for the 'Intrinsic Node Sync' attribute.

See Also:
Constant Field Values

REPOSITORY_FEATURE_COUNT

static final int REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.

See Also:
Constant Field Values
Method Detail

getRepository

org.eclipse.emf.ecore.EClass getRepository()
Returns the meta object for class 'Repository'.

Returns:
the meta object for class 'Repository'.
See Also:
Repository

getRepository_DataSourceNameJNDIName

org.eclipse.emf.ecore.EAttribute getRepository_DataSourceNameJNDIName()
Returns the meta object for the attribute 'Data Source Name JNDI Name'.

Returns:
the meta object for the attribute 'Data Source Name JNDI Name'.
See Also:
Repository.getDataSourceNameJNDIName(), getRepository()

getRepository_SharedArtifactClassDir

org.eclipse.emf.ecore.EAttribute getRepository_SharedArtifactClassDir()
Returns the meta object for the attribute 'Shared Artifact Class Dir'.

Returns:
the meta object for the attribute 'Shared Artifact Class Dir'.
See Also:
Repository.getSharedArtifactClassDir(), getRepository()

getRepository_IntrinsicNodeSync

org.eclipse.emf.ecore.EAttribute getRepository_IntrinsicNodeSync()
Returns the meta object for the attribute 'Intrinsic Node Sync'.

Returns:
the meta object for the attribute 'Intrinsic Node Sync'.
See Also:
Repository.isIntrinsicNodeSync(), getRepository()

getRepositoryFactory

RepositoryFactory getRepositoryFactory()
Returns the factory that creates the instances of the model.

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