FeatureReference
- class FeatureReference
A typed accessor for feature reference
Inheritance:
Members defined in
FeatureReference(2 members)Members inherited from
ReferenceAccessor(2 members)
RReturns the referenced
Element.
RReturns
Trueif this reference can be modified, that is the owningRelationshipis an owned member of aNamespace. Methods
- set(element: syside.FeatureReference.set.M, name: syside.NameID = ...) syside.FeatureReference.set.M
try_setbut instead raisesValueErrorif this reference cannot be modified.
- try_set(element: syside.FeatureReference.try_set.M, name: syside.NameID = ...) syside.FeatureReference.try_set.M | None
Try changing the referenced
element. ReturnsNoneif this reference cannot be modified, otherwise returnselementargument.