Interface EnumerationParameter

All Superinterfaces:
RuleParameter<String>

public interface EnumerationParameter
extends RuleParameter<String>
Enumeration parameter.
Since:
9.10.2
  • Method Summary

    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
  • Method Details

    • getOptions

      List<String> getOptions()
      Returns the values of this enumeration.
      Returns:
      the values
      Since:
      9.10.2