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
TheIRuleTargetimplementation that point to component described by the definition.- See Also:
StandardComponentRuleResultProcessor
-
-
Constructor Summary
Constructors Constructor Description ComponentRuleTarget(IDefinition definition)Creates a new component rule target.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IDefinitiongetDefinition()Returns theIDefinitionthat describes the component.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ComponentRuleTarget
public ComponentRuleTarget(IDefinition definition)
Creates a new component rule target.- Parameters:
definition- the definiton of the component, cannot benull.
-
-
Method Detail
-
getDefinition
public IDefinition getDefinition()
Returns theIDefinitionthat describes the component.- Returns:
- the
IDefinitionthat describes the component, nevernull.
-
-