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 SummaryConstructors Constructor Description ComponentRuleTarget(IDefinition definition)Creates a new component rule target.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IDefinitiongetDefinition()Returns theIDefinitionthat describes the component.inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
ComponentRuleTargetpublic ComponentRuleTarget(IDefinition definition) Creates a new component rule target.- Parameters:
- definition- the definiton of the component, cannot be- null.
 
 
- 
 - 
Method Detail- 
getDefinitionpublic IDefinition getDefinition() Returns theIDefinitionthat describes the component.- Returns:
- the IDefinitionthat describes the component, nevernull.
 
 
- 
 
-