Package com.solibri.smc.api.checking
Interface DoubleParameter
- All Superinterfaces:
RuleParameter<Double>
public interface DoubleParameter extends RuleParameter<Double>
Double parameter.
- Since:
- 9.10.2
-
Method Summary
Modifier and Type Method Description PropertyType
getPropertyType()
Returns the property type.Methods inherited from interface com.solibri.smc.api.checking.RuleParameter
getId, getRule, getValue
-
Method Details
-
getPropertyType
PropertyType getPropertyType()Returns the property type.- Returns:
- the property type
- Since:
- 9.10.2
- See Also:
PropertyType
-