|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final RepositoryPackage eINSTANCE
static final int REPOSITORY
Repository
' class.
RepositoryImpl
,
RepositoryPackageImpl.getRepository()
,
Constant Field Valuesstatic final int REPOSITORY__ENABLE
static final int REPOSITORY__CONTEXT
static final int REPOSITORY__PROPERTIES
static final int REPOSITORY__DATA_SOURCE_NAME_JNDI_NAME
static final int REPOSITORY__SHARED_ARTIFACT_CLASS_DIR
static final int REPOSITORY__INTRINSIC_NODE_SYNC
static final int REPOSITORY_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getRepository()
Repository
'.
Repository
org.eclipse.emf.ecore.EAttribute getRepository_DataSourceNameJNDIName()
Data Source Name JNDI Name
'.
Repository.getDataSourceNameJNDIName()
,
getRepository()
org.eclipse.emf.ecore.EAttribute getRepository_SharedArtifactClassDir()
Shared Artifact Class Dir
'.
Repository.getSharedArtifactClassDir()
,
getRepository()
org.eclipse.emf.ecore.EAttribute getRepository_IntrinsicNodeSync()
Intrinsic Node Sync
'.
Repository.isIntrinsicNodeSync()
,
getRepository()
RepositoryFactory getRepositoryFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |