Package com.solibri.smc.api.checking
Interface EnumerationParameter
-
- All Superinterfaces:
RuleParameter<String>
public interface EnumerationParameter extends RuleParameter<String>
Enumeration parameter.- Since:
- 9.10.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getOptions()
Returns the values of this enumeration.-
Methods inherited from interface com.solibri.smc.api.checking.RuleParameter
getId, getRule, getValue
-
-