Interface SNamedElement
-
- All Superinterfaces:
SElement
- All Known Subinterfaces:
SAbstractConcept
,SAbstractLink
,SConcept
,SConceptFeature
,SContainmentLink
,SEnumeration
,SInterfaceConcept
,SProperty
,SReferenceLink
public interface SNamedElement extends SElement
A named meta-entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Presentation of the element for an end-user.-
Methods inherited from interface org.jetbrains.mps.openapi.language.SElement
getLanguage, getSourceNode
-
-