Class ComponentRuleTarget

java.lang.Object
com._1c.g5.aef2.standard.definitions.rules.ComponentRuleTarget
All Implemented Interfaces:
IRuleTarget

public final class ComponentRuleTarget extends Object implements IRuleTarget
The IRuleTarget implementation that point to component described by the definition.
See Also:
  • Constructor Details

    • ComponentRuleTarget

      public ComponentRuleTarget(IDefinition definition)
      Creates a new component rule target.
      Parameters:
      definition - the definiton of the component, cannot be null.
  • Method Details