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
TheIRuleTarget
implementation 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 boolean
equals(Object obj)
IDefinition
getDefinition()
Returns theIDefinition
that describes the component.int
hashCode()
String
toString()
-
-
-
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 theIDefinition
that describes the component.- Returns:
- the
IDefinition
that describes the component, nevernull
.
-
-