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
All Methods Instance Methods Abstract Methods 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 Detail
-
getPropertyType
PropertyType getPropertyType()
Returns the property type.- Returns:
- the property type
- Since:
- 9.10.2
- See Also:
PropertyType
-
-