IEnumValueInterpreter
Leave feedback
On this page
public interface IEnumValueInterpreter
Represents an interpreter intended to convert various numeric values to descriptive string values.
| Method | Description |
|---|---|
| getOutputValueRange() | Gets the range of all possible output (interpreted) values. |
public abstract IReadOnlyList<String> getOutputValueRange()
Gets the range of all possible output (interpreted) values.
Returns: IReadOnlyList - The range of all possible output (interpreted) values.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.