|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonPackage
The Package for the model. It contains accessors for the meta objects to represent
CommonFactory
Nested Class Summary | |
---|---|
static interface |
CommonPackage.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 int |
DUBLIN_CORE
The meta object id for the ' Dublin Core ' class. |
static int |
DUBLIN_CORE__BIBLIOGRAPHIC_CITATION
The feature id for the 'Bibliographic Citation' attribute. |
static int |
DUBLIN_CORE__CONTRIBUTOR
The feature id for the 'Contributor' attribute. |
static int |
DUBLIN_CORE__COVERAGE
The feature id for the 'Coverage' attribute. |
static int |
DUBLIN_CORE__CREATED
The feature id for the 'Created' attribute. |
static int |
DUBLIN_CORE__CREATOR
The feature id for the 'Creator' attribute. |
static int |
DUBLIN_CORE__DATE
The feature id for the 'Date' attribute. |
static int |
DUBLIN_CORE__DESCRIPTION
The feature id for the 'Description' attribute. |
static int |
DUBLIN_CORE__FORMAT
The feature id for the 'Format' attribute. |
static int |
DUBLIN_CORE__IDENTIFIER
The feature id for the 'Identifier' attribute. |
static int |
DUBLIN_CORE__LANGUAGE
The feature id for the 'Language' attribute. |
static int |
DUBLIN_CORE__LICENSE
The feature id for the 'License' attribute. |
static int |
DUBLIN_CORE__PUBLISHER
The feature id for the 'Publisher' attribute. |
static int |
DUBLIN_CORE__RELATION
The feature id for the 'Relation' attribute. |
static int |
DUBLIN_CORE__REQUIRED
The feature id for the 'Required' attribute. |
static int |
DUBLIN_CORE__RIGHTS
The feature id for the 'Rights' attribute. |
static int |
DUBLIN_CORE__SOURCE
The feature id for the 'Source' attribute. |
static int |
DUBLIN_CORE__SPATIAL
The feature id for the 'Spatial' attribute. |
static int |
DUBLIN_CORE__SUBJECT
The feature id for the 'Subject' attribute. |
static int |
DUBLIN_CORE__TITLE
The feature id for the 'Title' attribute. |
static int |
DUBLIN_CORE__TYPE
The feature id for the 'Type' attribute. |
static int |
DUBLIN_CORE__VALID
The feature id for the 'Valid' attribute. |
static int |
DUBLIN_CORE_FEATURE_COUNT
The number of structural features of the 'Dublin Core' class. |
static CommonPackage |
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 |
IDENTIFIABLE
The meta object id for the ' Identifiable ' class. |
static int |
IDENTIFIABLE__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference. |
static int |
IDENTIFIABLE__TYPE_URI
The feature id for the 'Type URI' attribute. |
static int |
IDENTIFIABLE__URI
The feature id for the 'URI' attribute. |
static int |
IDENTIFIABLE_FEATURE_COUNT
The number of structural features of the 'Identifiable' class. |
static int |
URI
The meta object id for the 'URI' data type. |
Method Summary | |
---|---|
CommonFactory |
getCommonFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_BibliographicCitation()
Returns the meta object for the attribute ' Bibliographic Citation '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Contributor()
Returns the meta object for the attribute ' Contributor '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Coverage()
Returns the meta object for the attribute ' Coverage '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Created()
Returns the meta object for the attribute ' Created '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Creator()
Returns the meta object for the attribute ' Creator '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Date()
Returns the meta object for the attribute ' Date '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Description()
Returns the meta object for the attribute ' Description '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Format()
Returns the meta object for the attribute ' Format '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Identifier()
Returns the meta object for the attribute ' Identifier '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Language()
Returns the meta object for the attribute ' Language '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_License()
Returns the meta object for the attribute ' License '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Publisher()
Returns the meta object for the attribute ' Publisher '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Relation()
Returns the meta object for the attribute ' Relation '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Required()
Returns the meta object for the attribute ' Required '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Rights()
Returns the meta object for the attribute ' Rights '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Source()
Returns the meta object for the attribute ' Source '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Spatial()
Returns the meta object for the attribute ' Spatial '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Subject()
Returns the meta object for the attribute ' Subject '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Title()
Returns the meta object for the attribute ' Title '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Type()
Returns the meta object for the attribute ' Type '. |
org.eclipse.emf.ecore.EAttribute |
getDublinCore_Valid()
Returns the meta object for the attribute ' Valid '. |
org.eclipse.emf.ecore.EClass |
getDublinCore()
Returns the meta object for class ' Dublin Core '. |
org.eclipse.emf.ecore.EReference |
getIdentifiable_DublinCore()
Returns the meta object for the containment reference ' Dublin Core '. |
org.eclipse.emf.ecore.EAttribute |
getIdentifiable_TypeURI()
Returns the meta object for the attribute ' Type URI '. |
org.eclipse.emf.ecore.EAttribute |
getIdentifiable_URI()
Returns the meta object for the attribute ' URI '. |
org.eclipse.emf.ecore.EClass |
getIdentifiable()
Returns the meta object for class ' Identifiable '. |
org.eclipse.emf.ecore.EDataType |
getURI()
Returns the meta object for data type ' URI '. |
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 CommonPackage eINSTANCE
static final int DUBLIN_CORE
Dublin Core
' class.
DublinCoreImpl
,
CommonPackageImpl.getDublinCore()
,
Constant Field Valuesstatic final int DUBLIN_CORE__TITLE
static final int DUBLIN_CORE__IDENTIFIER
static final int DUBLIN_CORE__DESCRIPTION
static final int DUBLIN_CORE__CREATOR
static final int DUBLIN_CORE__DATE
static final int DUBLIN_CORE__FORMAT
static final int DUBLIN_CORE__PUBLISHER
static final int DUBLIN_CORE__COVERAGE
static final int DUBLIN_CORE__CONTRIBUTOR
static final int DUBLIN_CORE__RELATION
static final int DUBLIN_CORE__RIGHTS
static final int DUBLIN_CORE__SOURCE
static final int DUBLIN_CORE__SUBJECT
static final int DUBLIN_CORE__TYPE
static final int DUBLIN_CORE__LANGUAGE
static final int DUBLIN_CORE__BIBLIOGRAPHIC_CITATION
static final int DUBLIN_CORE__CREATED
static final int DUBLIN_CORE__LICENSE
static final int DUBLIN_CORE__REQUIRED
static final int DUBLIN_CORE__SPATIAL
static final int DUBLIN_CORE__VALID
static final int DUBLIN_CORE_FEATURE_COUNT
static final int IDENTIFIABLE
Identifiable
' class.
IdentifiableImpl
,
CommonPackageImpl.getIdentifiable()
,
Constant Field Valuesstatic final int IDENTIFIABLE__URI
static final int IDENTIFIABLE__TYPE_URI
static final int IDENTIFIABLE__DUBLIN_CORE
static final int IDENTIFIABLE_FEATURE_COUNT
static final int URI
URI
,
CommonPackageImpl.getURI()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getDublinCore()
Dublin Core
'.
DublinCore
org.eclipse.emf.ecore.EAttribute getDublinCore_Title()
Title
'.
DublinCore.getTitle()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Identifier()
Identifier
'.
DublinCore.getIdentifier()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Description()
Description
'.
DublinCore.getDescription()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Creator()
Creator
'.
DublinCore.getCreator()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Date()
Date
'.
DublinCore.getDate()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Format()
Format
'.
DublinCore.getFormat()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Publisher()
Publisher
'.
DublinCore.getPublisher()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Coverage()
Coverage
'.
DublinCore.getCoverage()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Contributor()
Contributor
'.
DublinCore.getContributor()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Relation()
Relation
'.
DublinCore.getRelation()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Rights()
Rights
'.
DublinCore.getRights()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Source()
Source
'.
DublinCore.getSource()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Subject()
Subject
'.
DublinCore.getSubject()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Type()
Type
'.
DublinCore.getType()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Language()
Language
'.
DublinCore.getLanguage()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_BibliographicCitation()
Bibliographic Citation
'.
DublinCore.getBibliographicCitation()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Created()
Created
'.
DublinCore.getCreated()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_License()
License
'.
DublinCore.getLicense()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Required()
Required
'.
DublinCore.getRequired()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Spatial()
Spatial
'.
DublinCore.getSpatial()
,
getDublinCore()
org.eclipse.emf.ecore.EAttribute getDublinCore_Valid()
Valid
'.
DublinCore.getValid()
,
getDublinCore()
org.eclipse.emf.ecore.EClass getIdentifiable()
Identifiable
'.
Identifiable
org.eclipse.emf.ecore.EAttribute getIdentifiable_URI()
URI
'.
Identifiable.getURI()
,
getIdentifiable()
org.eclipse.emf.ecore.EAttribute getIdentifiable_TypeURI()
Type URI
'.
Identifiable.getTypeURI()
,
getIdentifiable()
org.eclipse.emf.ecore.EReference getIdentifiable_DublinCore()
Dublin Core
'.
Identifiable.getDublinCore()
,
getIdentifiable()
org.eclipse.emf.ecore.EDataType getURI()
URI
'.
URI
CommonFactory getCommonFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |