Package com.solibri.smc.api.checking
Interface RuleParameter<T>
- Type Parameters:
- T- the type of the value returned by this parameter
- All Known Subinterfaces:
- BooleanParameter,- ClassificationParameter,- DoubleParameter,- EnumerationParameter,- FilterParameter,- IntParameter,- PropertyReferenceParameter,- StringParameter,- TableParameter
public interface RuleParameter<T>
This class defines a rule parameter.
- Since:
- 9.10.2
- 
Method Summary
- 
Method Details- 
getIdString getId()Returns the rule parameter id. The id describes what the parameter is for and it is unique within the rule.- Returns:
- the rule parameter id
- Since:
- 9.10.2
 
- 
getValueT getValue()Returns the value of this rule parameter.- Returns:
- the value
 
- 
getRuleRule getRule()Returns the rule this parameter belongs to.- Returns:
- the rule this parameter belongs to
 
 
-