Interface Feature
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
NormalFeature
,StoryFeature
public interface Feature
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Feature'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Container Entity' attribute.Returns the value of the 'Container Entity Article' attribute.Returns the value of the 'Container Entity Preposition' attribute.Returns the value of the 'Entity' attribute.Returns the value of the 'Entity Article' attribute.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Entity Attributes' attribute list.Returns the value of the 'Entity Attributes Preposition' attribute.getVerb()
Returns the value of the 'Verb' attribute.void
setContainerEntity
(String value) Sets the value of the 'Container Entity
' attribute.void
setContainerEntityArticle
(String value) Sets the value of the 'Container Entity Article
' attribute.void
Sets the value of the 'Container Entity Preposition
' attribute.void
Sets the value of the 'Entity
' attribute.void
setEntityArticle
(String value) Sets the value of the 'Entity Article
' attribute.void
Sets the value of the 'Entity Attributes Preposition
' attribute.void
Sets the value of the 'Verb
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVerb
String getVerb()Returns the value of the 'Verb' attribute.- Returns:
- the value of the 'Verb' attribute.
- See Also:
- Model:
- Generated:
-
setVerb
Sets the value of the 'Verb
' attribute.- Parameters:
value
- the new value of the 'Verb' attribute.- See Also:
- Generated:
-
getEntityArticle
String getEntityArticle()Returns the value of the 'Entity Article' attribute.- Returns:
- the value of the 'Entity Article' attribute.
- See Also:
- Model:
- Generated:
-
setEntityArticle
Sets the value of the 'Entity Article
' attribute.- Parameters:
value
- the new value of the 'Entity Article' attribute.- See Also:
- Generated:
-
getEntity
String getEntity()Returns the value of the 'Entity' attribute.- Returns:
- the value of the 'Entity' attribute.
- See Also:
- Model:
- Generated:
-
setEntity
Sets the value of the 'Entity
' attribute.- Parameters:
value
- the new value of the 'Entity' attribute.- See Also:
- Generated:
-
getEntityAttributesPreposition
String getEntityAttributesPreposition()Returns the value of the 'Entity Attributes Preposition' attribute.- Returns:
- the value of the 'Entity Attributes Preposition' attribute.
- See Also:
- Model:
- Generated:
-
setEntityAttributesPreposition
Sets the value of the 'Entity Attributes Preposition
' attribute.- Parameters:
value
- the new value of the 'Entity Attributes Preposition' attribute.- See Also:
- Generated:
-
getEntityAttributes
org.eclipse.emf.common.util.EList<String> getEntityAttributes()Returns the value of the 'Entity Attributes' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Entity Attributes' attribute list.
- See Also:
- Model:
- unique="false"
- Generated:
-
getContainerEntityPreposition
String getContainerEntityPreposition()Returns the value of the 'Container Entity Preposition' attribute.- Returns:
- the value of the 'Container Entity Preposition' attribute.
- See Also:
- Model:
- Generated:
-
setContainerEntityPreposition
Sets the value of the 'Container Entity Preposition
' attribute.- Parameters:
value
- the new value of the 'Container Entity Preposition' attribute.- See Also:
- Generated:
-
getContainerEntityArticle
String getContainerEntityArticle()Returns the value of the 'Container Entity Article' attribute.- Returns:
- the value of the 'Container Entity Article' attribute.
- See Also:
- Model:
- Generated:
-
setContainerEntityArticle
Sets the value of the 'Container Entity Article
' attribute.- Parameters:
value
- the new value of the 'Container Entity Article' attribute.- See Also:
- Generated:
-
getContainerEntity
String getContainerEntity()Returns the value of the 'Container Entity' attribute.- Returns:
- the value of the 'Container Entity' attribute.
- See Also:
- Model:
- Generated:
-
setContainerEntity
Sets the value of the 'Container Entity
' attribute.- Parameters:
value
- the new value of the 'Container Entity' attribute.- See Also:
- Generated:
-