Interface MultiPartName
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Name
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MultiPartNameImpl
public interface MultiPartName extends Name
A representation of the model object 'Multi Part Name'.The following features are supported:
- See Also:
ExpressionsPackage.getMultiPartName()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullContent()
Name
getPrev()
Returns the value of the 'Prev' containment reference.void
setPrev(Name value)
Sets the value of the 'Prev
' containment reference.-
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 com._1c.g5.v8.dt.dcs.expressions.model.Name
getContent, setContent
-
-
-
-
Method Detail
-
getPrev
Name getPrev()
Returns the value of the 'Prev' containment reference.- Returns:
- the value of the 'Prev' containment reference.
- See Also:
setPrev(Name)
,ExpressionsPackage.getMultiPartName_Prev()
-
setPrev
void setPrev(Name value)
Sets the value of the 'Prev
' containment reference.- Parameters:
value
- the new value of the 'Prev' containment reference.- See Also:
getPrev()
-
getFullContent
String getFullContent()
- Specified by:
getFullContent
in interfaceName
-
-