Uses of Interface
com._1c.g5.v8.dt.compare.model.RelatedFeature
- 
- 
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return RelatedFeature Modifier and Type Method Description protected RelatedFeatureComparisonNodeFactory. createRelatedFeature(org.eclipse.emf.ecore.EStructuralFeature feature, IComparisonSession session)Creates related feature object from the givenEStructuralFeatureinstance.
- 
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.modelMethods in com._1c.g5.v8.dt.compare.model that return RelatedFeature Modifier and Type Method Description RelatedFeatureCompareFactory. createRelatedFeature()Returns a new object of class 'Related Feature'.RelatedFeatureFeatureComparisonNode. getFeature()Returns the value of the 'Feature' containment reference.RelatedFeatureFeatureCollectionElementComparisonNode. getParentCollectionFeature()Returns the value of the 'Parent Collection Feature' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type RelatedFeature Modifier and Type Method Description voidFeatureComparisonNode. setFeature(RelatedFeature value)Sets the value of the 'Feature' containment reference.voidFeatureCollectionElementComparisonNode. setParentCollectionFeature(RelatedFeature value)Sets the value of the 'Parent Collection Feature' containment reference.
- 
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.model.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement RelatedFeature Modifier and Type Class Description classRelatedFeatureImplAn implementation of the model object 'Related Feature'.Methods in com._1c.g5.v8.dt.compare.model.impl that return RelatedFeature Modifier and Type Method Description RelatedFeatureCompareFactoryImpl. createRelatedFeature()RelatedFeatureFeatureCollectionComparisonNodeImpl. getFeature()RelatedFeatureFeatureComparisonNodeImpl. getFeature()RelatedFeatureContainmentCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()RelatedFeatureFeatureCollectionElementComparisonNodeImpl. getParentCollectionFeature()RelatedFeatureReferenceCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()RelatedFeatureValueCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type RelatedFeature Modifier and Type Method Description voidFeatureCollectionComparisonNodeImpl. setFeature(RelatedFeature newFeature)voidFeatureComparisonNodeImpl. setFeature(RelatedFeature newFeature)voidContainmentCollectionElementImplComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)voidFeatureCollectionElementComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)voidReferenceCollectionElementImplComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)voidValueCollectionElementImplComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)
- 
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type RelatedFeature Modifier and Type Method Description TCompareSwitch. 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.implMethods in com._1c.g5.v8.dt.md.compare.impl that return RelatedFeature Modifier and Type Method Description RelatedFeatureMdObjectCollectionElementComparisonNodeImpl. getParentCollectionFeature()Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type RelatedFeature Modifier and Type Method Description voidMdObjectCollectionElementComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)
 
-