Interface SElement
- 
- All Known Subinterfaces:
- SAbstractConcept,- SAbstractLink,- SConcept,- SConceptFeature,- SContainmentLink,- SEnumeration,- SInterfaceConcept,- SNamedElement,- SProperty,- SReferenceLink
 
 public interface SElementCommon interface for all meta-entities.- Since:
- 2018.3
 
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default SLanguagegetLanguage()Language which the element belongs to.default SNodeReferencegetSourceNode()Returns reference to the node, which was generated to this element.
 
- 
- 
- 
Method Detail- 
getSourceNode@Nullable default SNodeReference getSourceNode() Returns reference to the node, which was generated to this element. Should be used to language debug and navigation purposes.
 
- 
 
-