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 TypeMethodDescriptionbooleanReturns theIDefinitionthat describes the component.inthashCode()toString()
-
Constructor Details
-
ComponentRuleTarget
Creates a new component rule target.- Parameters:
definition- the definiton of the component, cannot benull.
-
-
Method Details
-
getDefinition
Returns theIDefinitionthat describes the component.- Returns:
- the
IDefinitionthat describes the component, nevernull.
-
equals
-
hashCode
public int hashCode() -
toString
-