Uses of Interface
com._1c.g5.v8.dt.compare.model.SingleReferenceFeatureImplComparisonNode
-
Packages that use SingleReferenceFeatureImplComparisonNode Package Description com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util -
-
Uses of SingleReferenceFeatureImplComparisonNode in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return SingleReferenceFeatureImplComparisonNode Modifier and Type Method Description SingleReferenceFeatureImplComparisonNode
CompareFactory. createSingleReferenceFeatureImplComparisonNode()
Returns a new object of class 'Single Reference Feature Impl Comparison Node'. -
Uses of SingleReferenceFeatureImplComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement SingleReferenceFeatureImplComparisonNode Modifier and Type Class Description class
SingleReferenceFeatureImplComparisonNodeImpl
An implementation of the model object 'Single Reference Feature Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return SingleReferenceFeatureImplComparisonNode Modifier and Type Method Description SingleReferenceFeatureImplComparisonNode
CompareFactoryImpl. createSingleReferenceFeatureImplComparisonNode()
-
Uses of SingleReferenceFeatureImplComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type SingleReferenceFeatureImplComparisonNode Modifier and Type Method Description T
CompareSwitch. caseSingleReferenceFeatureImplComparisonNode(SingleReferenceFeatureImplComparisonNode object)
Returns the result of interpreting the object as an instance of 'Single Reference Feature Impl Comparison Node'.
-