IEnumValueInterpreter

public interface IEnumValueInterpreter

Represents an interpreter intended to convert various numeric values to descriptive string values.

Methods

Method Description
getOutputValueRange() Gets the range of all possible output (interpreted) values.

getOutputValueRange()

public abstract IReadOnlyList<String> getOutputValueRange()

Gets the range of all possible output (interpreted) values.

Returns: IReadOnlyList - The range of all possible output (interpreted) values.