Uses of Interface
com._1c.g5.v8.dt.compare.model.RelatedFeature
Packages that use RelatedFeature
Package
Description
-
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return RelatedFeatureModifier and TypeMethodDescriptionprotected final RelatedFeature
ComparisonNodeFactory.createRelatedFeature
(org.eclipse.emf.ecore.EStructuralFeature feature, IComparisonSession session) Creates related feature object from the givenEStructuralFeature
instance. -
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return RelatedFeatureModifier and TypeMethodDescriptionCompareFactory.createRelatedFeature()
Returns a new object of class 'Related Feature'.FeatureComparisonNode.getFeature()
Returns the value of the 'Feature' containment reference.FeatureCollectionElementComparisonNode.getParentCollectionFeature()
Returns the value of the 'Parent Collection Feature' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type RelatedFeatureModifier and TypeMethodDescriptionvoid
FeatureComparisonNode.setFeature
(RelatedFeature value) Sets the value of the 'Feature
' containment reference.void
FeatureCollectionElementComparisonNode.setParentCollectionFeature
(RelatedFeature value) Sets the value of the 'Parent Collection Feature
' containment reference. -
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement RelatedFeatureModifier and TypeClassDescriptionclass
An implementation of the model object 'Related Feature'.Methods in com._1c.g5.v8.dt.compare.model.impl that return RelatedFeatureModifier and TypeMethodDescriptionCompareFactoryImpl.createRelatedFeature()
FeatureCollectionComparisonNodeImpl.getFeature()
FeatureComparisonNodeImpl.getFeature()
ContainmentCollectionElementImplComparisonNodeImpl.getParentCollectionFeature()
FeatureCollectionElementComparisonNodeImpl.getParentCollectionFeature()
ReferenceCollectionElementImplComparisonNodeImpl.getParentCollectionFeature()
ValueCollectionElementImplComparisonNodeImpl.getParentCollectionFeature()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type RelatedFeatureModifier and TypeMethodDescriptionvoid
FeatureCollectionComparisonNodeImpl.setFeature
(RelatedFeature newFeature) void
FeatureComparisonNodeImpl.setFeature
(RelatedFeature newFeature) void
ContainmentCollectionElementImplComparisonNodeImpl.setParentCollectionFeature
(RelatedFeature newParentCollectionFeature) void
FeatureCollectionElementComparisonNodeImpl.setParentCollectionFeature
(RelatedFeature newParentCollectionFeature) void
ReferenceCollectionElementImplComparisonNodeImpl.setParentCollectionFeature
(RelatedFeature newParentCollectionFeature) void
ValueCollectionElementImplComparisonNodeImpl.setParentCollectionFeature
(RelatedFeature newParentCollectionFeature) -
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type RelatedFeatureModifier and TypeMethodDescriptionCompareSwitch.caseRelatedFeature
(RelatedFeature object) Returns the result of interpreting the object as an instance of 'Related Feature'. -
Uses of RelatedFeature in com._1c.g5.v8.dt.md.compare.impl
Methods in com._1c.g5.v8.dt.md.compare.impl that return RelatedFeatureModifier and TypeMethodDescriptionMdObjectCollectionElementComparisonNodeImpl.getParentCollectionFeature()
Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type RelatedFeatureModifier and TypeMethodDescriptionvoid
MdObjectCollectionElementComparisonNodeImpl.setParentCollectionFeature
(RelatedFeature newParentCollectionFeature)