Uses of Interface
com._1c.g5.v8.dt.supply.datareference.IPropertyDataReference
-
Packages that use IPropertyDataReference Package Description com._1c.g5.v8.dt.compare.core.supply com._1c.g5.v8.dt.md.compare.supply com._1c.g5.v8.dt.supply.datareference -
-
Uses of IPropertyDataReference in com._1c.g5.v8.dt.compare.core.supply
Methods in com._1c.g5.v8.dt.compare.core.supply that return IPropertyDataReference Modifier and Type Method Description protected IPropertyDataReference
BaseSupplyDataReferenceProviderComparisonDelegate. getPropertyDataReferenceForIntegratedReferencesOnlyTarget(ContainmentComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature manyFeature, ComparisonContext comparisonContext)
Get specific reference for the property. -
Uses of IPropertyDataReference in com._1c.g5.v8.dt.md.compare.supply
Methods in com._1c.g5.v8.dt.md.compare.supply that return IPropertyDataReference Modifier and Type Method Description protected IPropertyDataReference
MdSupplyReferenceProviderComparisonDelegate. getPropertyDataReferenceForIntegratedReferencesOnlyTarget(ContainmentComparisonNode targetItem, org.eclipse.emf.ecore.EStructuralFeature manyFeature, ComparisonContext comparisonContext)
-
Uses of IPropertyDataReference in com._1c.g5.v8.dt.supply.datareference
Classes in com._1c.g5.v8.dt.supply.datareference that implement IPropertyDataReference Modifier and Type Class Description class
IntegratedReferencesOnlyTarget
This references targets the collection for the 'supply integrated references only' supplement rule.Methods in com._1c.g5.v8.dt.supply.datareference that return IPropertyDataReference Modifier and Type Method Description IPropertyDataReference
FqnContainmentDataReference. getPropertyDataReference()
IPropertyDataReference
IContainmentDataReference. getPropertyDataReference()
Gets the property reference (if any).IPropertyDataReference
UniqueNameContainmentDataReference. getPropertyDataReference()
Methods in com._1c.g5.v8.dt.supply.datareference with parameters of type IPropertyDataReference Modifier and Type Method Description void
FqnContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
void
IContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
Sets the property data reference.void
UniqueNameContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
-