Interface SContainmentLink
- 
- All Superinterfaces:
- SAbstractLink,- SConceptFeature,- SNamedElement
 
 public interface SContainmentLink extends SAbstractLink Containment links describe parent-child relationships.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SNodegetDeclarationNode()Deprecated.StringgetRoleName()Deprecated.booleanisUnordered()The order of elements contained by such links can be changed without affecting the language semantics.- 
Methods inherited from interface org.jetbrains.mps.openapi.language.SAbstractLinkgetRole, getTargetConcept, isMultiple, isOptional, isReference
 - 
Methods inherited from interface org.jetbrains.mps.openapi.language.SConceptFeaturegetOwner, isValid
 - 
Methods inherited from interface org.jetbrains.mps.openapi.language.SNamedElementgetName
 
- 
 
- 
- 
- 
Method Detail- 
getRoleName@Deprecated String getRoleName() Deprecated.Returns a name of this property Though in 3.2 the name is still used as id in some cases, it should be treated only as a user-friendly text representation.
 - 
isUnorderedboolean isUnordered() The order of elements contained by such links can be changed without affecting the language semantics. The value is undefined for singular links.
 - 
getDeclarationNode@Nullable @Deprecated SNode getDeclarationNode() Deprecated.
 
- 
 
-