Interface Name
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MultiPartName
,SinglePartName
- All Known Implementing Classes:
MultiPartNameImpl
,NameImpl
,SinglePartNameImpl
public interface Name extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Name'.The following features are supported:
- See Also:
ExpressionsPackage.getName_()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
Returns the value of the 'Content' attribute.String
getFullContent()
void
setContent(String value)
Sets the value of the 'Content
' attribute.
-
-
-
Method Detail
-
getContent
String getContent()
Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
setContent(String)
,ExpressionsPackage.getName_Content()
-
setContent
void setContent(String value)
Sets the value of the 'Content
' attribute.- Parameters:
value
- the new value of the 'Content' attribute.- See Also:
getContent()
-
getFullContent
String getFullContent()
-
-