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 SummaryConstructorsConstructorDescriptionComponentRuleTarget(IDefinition definition) Creates a new component rule target.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns theIDefinitionthat describes the component.inthashCode()toString()
- 
Constructor Details- 
ComponentRuleTargetCreates a new component rule target.- Parameters:
- definition- the definiton of the component, cannot be- null.
 
 
- 
- 
Method Details- 
getDefinitionReturns theIDefinitionthat describes the component.- Returns:
- the IDefinitionthat describes the component, nevernull.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-