Class ComponentRuleTarget
java.lang.Object
com._1c.g5.aef2.standard.definitions.rules.ComponentRuleTarget
- All Implemented Interfaces:
IRuleTarget
The
IRuleTarget
implementation that point to component described by the definition.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentRuleTarget
(IDefinition definition) Creates a new component rule target. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns theIDefinition
that describes the component.int
hashCode()
toString()
-
Constructor Details
-
ComponentRuleTarget
Creates a new component rule target.- Parameters:
definition
- the definiton of the component, cannot benull
.
-
-
Method Details
-
getDefinition
Returns theIDefinition
that describes the component.- Returns:
- the
IDefinition
that describes the component, nevernull
.
-
equals
-
hashCode
public int hashCode() -
toString
-