Uses of Class
com._1c.g5.v8.dt.supply.ModuleIntegrationSettings
-
Packages that use ModuleIntegrationSettings Package Description com._1c.g5.v8.dt.supply -
-
Uses of ModuleIntegrationSettings in com._1c.g5.v8.dt.supply
Methods in com._1c.g5.v8.dt.supply that return ModuleIntegrationSettings Modifier and Type Method Description ModuleIntegrationSettings
ISupplySettingsManager. getModuleIntegrationSettings(String moduleSymlink, String sectionName, ModuleSectionType sectionType, ComparisonAssociationType moduleAssociationType, ComparisonAssociationType sectionAssociationType, ModuleChangeType changeType, ModuleComparisonResult comparisonResult, IntegrationContext integrationContext)
Gets the module integration settings for the given context.static ModuleIntegrationSettings
ModuleIntegrationSettings. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleIntegrationSettings[]
ModuleIntegrationSettings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-