Uses of Interface
com._1c.g5.v8.dt.compare.model.RelatedFeature
-
-
Uses of RelatedFeature in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return RelatedFeature Modifier and Type Method Description protected 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 RelatedFeature Modifier and Type Method Description RelatedFeature
CompareFactory. createRelatedFeature()
Returns a new object of class 'Related Feature'.RelatedFeature
FeatureComparisonNode. getFeature()
Returns the value of the 'Feature' containment reference.RelatedFeature
CollectionElementComparisonNode. 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 void
FeatureComparisonNode. setFeature(RelatedFeature value)
Sets the value of the 'Feature
' containment reference.void
CollectionElementComparisonNode. 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 RelatedFeature Modifier and Type Class Description class
RelatedFeatureImpl
An 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 RelatedFeature
CompareFactoryImpl. createRelatedFeature()
RelatedFeature
FeatureComparisonNodeImpl. getFeature()
RelatedFeature
CollectionElementComparisonNodeImpl. getParentCollectionFeature()
RelatedFeature
ContainmentCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()
RelatedFeature
ReferenceCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()
RelatedFeature
ValueCollectionElementImplComparisonNodeImpl. getParentCollectionFeature()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type RelatedFeature Modifier and Type Method Description void
FeatureComparisonNodeImpl. setFeature(RelatedFeature newFeature)
void
CollectionElementComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)
void
ContainmentCollectionElementImplComparisonNodeImpl. 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 RelatedFeature Modifier and Type Method Description T
CompareSwitch. 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 RelatedFeature Modifier and Type Method Description RelatedFeature
MdObjectCollectionElementComparisonNodeImpl. getParentCollectionFeature()
Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type RelatedFeature Modifier and Type Method Description void
MdObjectCollectionElementComparisonNodeImpl. setParentCollectionFeature(RelatedFeature newParentCollectionFeature)
-