Uses of Class
com._1c.g5.v8.dt.supply.ObjectIntegrationSettings
-
Packages that use ObjectIntegrationSettings Package Description com._1c.g5.v8.dt.supply -
-
Uses of ObjectIntegrationSettings in com._1c.g5.v8.dt.supply
Methods in com._1c.g5.v8.dt.supply that return ObjectIntegrationSettings Modifier and Type Method Description ObjectIntegrationSettings
ISupplySettingsManager. getObjectIntegrationSettings(String topObjectSymlink, org.eclipse.emf.ecore.EClass topObjectEClass, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonAssociationType associationType, IntegrationContext integrationContext, Object... contextObjects)
Gets the object integration settings for the given context.static ObjectIntegrationSettings
ObjectIntegrationSettings. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectIntegrationSettings[]
ObjectIntegrationSettings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-