public interface GlossaryTerm
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
GlossaryPackage.getGlossaryTerm()| Modifier and Type | Method and Description |
|---|---|
EList<GlossaryTerm> |
getAntonym()
Returns the value of the 'Antonym' reference list.
|
String |
getDefinition()
Returns the value of the 'Definition' attribute.
|
Glossary |
getGlossary()
Returns the value of the 'Glossary' container reference.
|
EList<String> |
getOtherforms()
Returns the value of the 'Otherforms' attribute list.
|
EList<GlossaryTerm> |
getSynonym()
Returns the value of the 'Synonym' reference list.
|
String |
getTerm()
Returns the value of the 'Term' attribute.
|
EList<TermCategory> |
getTermcategory()
Returns the value of the 'Termcategory' attribute list.
|
TermInfluenceProperty |
getTermproperty()
Returns the value of the 'Termproperty' attribute.
|
void |
setDefinition(String value)
Sets the value of the '
Definition' attribute. |
void |
setGlossary(Glossary value)
Sets the value of the '
Glossary' container reference. |
void |
setTerm(String value)
Sets the value of the '
Term' attribute. |
void |
setTermproperty(TermInfluenceProperty value)
Sets the value of the '
Termproperty' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverGlossary getGlossary()
Terms'.
If the meaning of the 'Glossary' container reference isn't clear, there really should be more of a description here...
setGlossary(Glossary),
GlossaryPackage.getGlossaryTerm_Glossary(),
Glossary.getTerms()void setGlossary(Glossary value)
Glossary' container reference.
value - the new value of the 'Glossary' container reference.getGlossary()String getTerm()
"".
If the meaning of the 'Term' attribute isn't clear, there really should be more of a description here...
setTerm(String),
GlossaryPackage.getGlossaryTerm_Term()void setTerm(String value)
Term' attribute.
value - the new value of the 'Term' attribute.getTerm()String getDefinition()
If the meaning of the 'Definition' attribute isn't clear, there really should be more of a description here...
setDefinition(String),
GlossaryPackage.getGlossaryTerm_Definition()void setDefinition(String value)
Definition' attribute.
value - the new value of the 'Definition' attribute.getDefinition()EList<GlossaryTerm> getSynonym()
GlossaryTerm.
If the meaning of the 'Synonym' reference list isn't clear, there really should be more of a description here...
GlossaryPackage.getGlossaryTerm_Synonym()EList<String> getOtherforms()
String.
If the meaning of the 'Otherforms' attribute list isn't clear, there really should be more of a description here...
GlossaryPackage.getGlossaryTerm_Otherforms()EList<TermCategory> getTermcategory()
TermCategory.
The literals are from the enumeration TermCategory.
If the meaning of the 'Termcategory' attribute list isn't clear, there really should be more of a description here...
TermCategory,
GlossaryPackage.getGlossaryTerm_Termcategory()TermInfluenceProperty getTermproperty()
"neutral".
The literals are from the enumeration TermInfluenceProperty.
If the meaning of the 'Termproperty' attribute isn't clear, there really should be more of a description here...
TermInfluenceProperty,
setTermproperty(TermInfluenceProperty),
GlossaryPackage.getGlossaryTerm_Termproperty()void setTermproperty(TermInfluenceProperty value)
Termproperty' attribute.
value - the new value of the 'Termproperty' attribute.TermInfluenceProperty,
getTermproperty()EList<GlossaryTerm> getAntonym()
GlossaryTerm.
If the meaning of the 'Antonym' reference list isn't clear, there really should be more of a description here...
GlossaryPackage.getGlossaryTerm_Antonym()