public interface GlossaryPackage extends EPackage
GlossaryFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
GlossaryPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static GlossaryPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
GLOSSARY
The meta object id for the '
Glossary ' class. |
static int |
GLOSSARY__ID
The feature id for the 'Id' attribute.
|
static int |
GLOSSARY__TERMS
The feature id for the 'Terms' containment reference list.
|
static int |
GLOSSARY__TITLE
The feature id for the 'Title' attribute.
|
static int |
GLOSSARY_FEATURE_COUNT
The number of structural features of the 'Glossary' class.
|
static int |
GLOSSARY_TERM
The meta object id for the '
Term ' class. |
static int |
GLOSSARY_TERM__ANTONYM
The feature id for the 'Antonym' reference list.
|
static int |
GLOSSARY_TERM__DEFINITION
The feature id for the 'Definition' attribute.
|
static int |
GLOSSARY_TERM__GLOSSARY
The feature id for the 'Glossary' container reference.
|
static int |
GLOSSARY_TERM__ID
The feature id for the 'Id' attribute.
|
static int |
GLOSSARY_TERM__OTHERFORMS
The feature id for the 'Otherforms' attribute list.
|
static int |
GLOSSARY_TERM__SYNONYM
The feature id for the 'Synonym' reference list.
|
static int |
GLOSSARY_TERM__TERM
The feature id for the 'Term' attribute.
|
static int |
GLOSSARY_TERM__TERMCATEGORY
The feature id for the 'Termcategory' attribute list.
|
static int |
GLOSSARY_TERM__TERMPROPERTY
The feature id for the 'Termproperty' attribute.
|
static int |
GLOSSARY_TERM_FEATURE_COUNT
The number of structural features of the 'Term' class.
|
static int |
TERM_CATEGORY
The meta object id for the '
Term Category ' enum. |
static int |
TERM_INFLUENCE_PROPERTY
The meta object id for the '
Term Influence Property ' enum. |
Modifier and Type | Method and Description |
---|---|
EReference |
getGlossary_Terms()
Returns the meta object for the containment reference list '
Terms '. |
EAttribute |
getGlossary_Title()
Returns the meta object for the attribute '
Title '. |
EClass |
getGlossary()
Returns the meta object for class '
Glossary '. |
GlossaryFactory |
getGlossaryFactory()
Returns the factory that creates the instances of the model.
|
EReference |
getGlossaryTerm_Antonym()
Returns the meta object for the reference list '
Antonym '. |
EAttribute |
getGlossaryTerm_Definition()
Returns the meta object for the attribute '
Definition '. |
EReference |
getGlossaryTerm_Glossary()
Returns the meta object for the container reference '
Glossary '. |
EAttribute |
getGlossaryTerm_Otherforms()
Returns the meta object for the attribute list '
Otherforms '. |
EReference |
getGlossaryTerm_Synonym()
Returns the meta object for the reference list '
Synonym '. |
EAttribute |
getGlossaryTerm_Term()
Returns the meta object for the attribute '
Term '. |
EAttribute |
getGlossaryTerm_Termcategory()
Returns the meta object for the attribute list '
Termcategory '. |
EAttribute |
getGlossaryTerm_Termproperty()
Returns the meta object for the attribute '
Termproperty '. |
EClass |
getGlossaryTerm()
Returns the meta object for class '
Term '. |
EEnum |
getTermCategory()
Returns the meta object for enum '
Term Category '. |
EEnum |
getTermInfluenceProperty()
Returns the meta object for enum '
Term Influence Property '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final GlossaryPackage eINSTANCE
static final int GLOSSARY_TERM
Term
' class.
GlossaryTermImpl
,
GlossaryPackageImpl.getGlossaryTerm()
,
Constant Field Valuesstatic final int GLOSSARY_TERM__ID
static final int GLOSSARY_TERM__GLOSSARY
static final int GLOSSARY_TERM__TERM
static final int GLOSSARY_TERM__DEFINITION
static final int GLOSSARY_TERM__SYNONYM
static final int GLOSSARY_TERM__OTHERFORMS
static final int GLOSSARY_TERM__TERMCATEGORY
static final int GLOSSARY_TERM__TERMPROPERTY
static final int GLOSSARY_TERM__ANTONYM
static final int GLOSSARY_TERM_FEATURE_COUNT
static final int GLOSSARY
Glossary
' class.
GlossaryImpl
,
GlossaryPackageImpl.getGlossary()
,
Constant Field Valuesstatic final int GLOSSARY__ID
static final int GLOSSARY__TERMS
static final int GLOSSARY__TITLE
static final int GLOSSARY_FEATURE_COUNT
static final int TERM_INFLUENCE_PROPERTY
Term Influence Property
' enum.
TermInfluenceProperty
,
GlossaryPackageImpl.getTermInfluenceProperty()
,
Constant Field Valuesstatic final int TERM_CATEGORY
Term Category
' enum.
TermCategory
,
GlossaryPackageImpl.getTermCategory()
,
Constant Field ValuesEClass getGlossaryTerm()
Term
'.
GlossaryTerm
EReference getGlossaryTerm_Glossary()
Glossary
'.
GlossaryTerm.getGlossary()
,
getGlossaryTerm()
EAttribute getGlossaryTerm_Term()
Term
'.
GlossaryTerm.getTerm()
,
getGlossaryTerm()
EAttribute getGlossaryTerm_Definition()
Definition
'.
GlossaryTerm.getDefinition()
,
getGlossaryTerm()
EReference getGlossaryTerm_Synonym()
Synonym
'.
GlossaryTerm.getSynonym()
,
getGlossaryTerm()
EAttribute getGlossaryTerm_Otherforms()
Otherforms
'.
GlossaryTerm.getOtherforms()
,
getGlossaryTerm()
EAttribute getGlossaryTerm_Termcategory()
Termcategory
'.
GlossaryTerm.getTermcategory()
,
getGlossaryTerm()
EAttribute getGlossaryTerm_Termproperty()
Termproperty
'.
GlossaryTerm.getTermproperty()
,
getGlossaryTerm()
EReference getGlossaryTerm_Antonym()
Antonym
'.
GlossaryTerm.getAntonym()
,
getGlossaryTerm()
EClass getGlossary()
Glossary
'.
Glossary
EReference getGlossary_Terms()
Terms
'.
Glossary.getTerms()
,
getGlossary()
EAttribute getGlossary_Title()
Title
'.
Glossary.getTitle()
,
getGlossary()
EEnum getTermInfluenceProperty()
Term Influence Property
'.
TermInfluenceProperty
EEnum getTermCategory()
Term Category
'.
TermCategory
GlossaryFactory getGlossaryFactory()