Uses of Interface
com._1c.g5.v8.dt.compare.model.ReferencedObjectsComparisonNode
-
Packages that use ReferencedObjectsComparisonNode 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 ReferencedObjectsComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of ReferencedObjectsComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ReferenceCollectionElementComparisonNode
A representation of the model object 'Reference Collection Element Comparison Node'.interface
ReferenceCollectionElementImplComparisonNode
A representation of the model object 'Reference Collection Element Impl Comparison Node'.interface
SingleReferenceFeatureComparisonNode
A representation of the model object 'Single Reference Feature Comparison Node'.interface
SingleReferenceFeatureImplComparisonNode
A representation of the model object 'Single Reference Feature Impl Comparison Node'.Constructors in com._1c.g5.v8.dt.compare.model with parameters of type ReferencedObjectsComparisonNode Constructor Description ComparedSymlinks(ReferencedObjectsComparisonNode node)
Constructs an object with compared symbolic links for the provided node. -
Uses of ReferencedObjectsComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ReferencedObjectsComparisonNode Modifier and Type Class Description class
ReferenceCollectionElementComparisonNodeImpl
An implementation of the model object 'Reference Collection Element Comparison Node'.class
ReferenceCollectionElementImplComparisonNodeImpl
An implementation of the model object 'Reference Collection Element Impl Comparison Node'.class
ReferencedObjectsComparisonNodeImpl
An implementation of the model object 'Referenced Objects Comparison Node'.class
SingleReferenceFeatureComparisonNodeImpl
An implementation of the model object 'Single Reference Feature Comparison Node'.class
SingleReferenceFeatureImplComparisonNodeImpl
An implementation of the model object 'Single Reference Feature Impl Comparison Node'. -
Uses of ReferencedObjectsComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ReferencedObjectsComparisonNode Modifier and Type Method Description T
CompareSwitch. caseReferencedObjectsComparisonNode(ReferencedObjectsComparisonNode object)
Returns the result of interpreting the object as an instance of 'Referenced Objects Comparison Node'.
-