Class EnumValueLabelProvider<T extends java.lang.Enum>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel​(T value)
      Gets label from the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLabel

        public java.lang.String getLabel​(T value)
        Description copied from interface: ValueLabelProvider
        Gets label from the value. The label is used as user-presentable label for a value.
        Specified by:
        getLabel in interface ValueLabelProvider<T extends java.lang.Enum>
        Parameters:
        value - the value to be label provided from
        Returns: