Class IntegerRioSetting

    • Constructor Detail

      • IntegerRioSetting

        public IntegerRioSetting​(String key,
                                 String description,
                                 Integer defaultValue)
    • Method Detail

      • convert

        public Integer convert​(String stringValue)
        Description copied from interface: RioSetting
        Attempts to convert from a string to a type-safe representation based on the generic type of this setting.
        Parameters:
        stringValue - a string representation of a value for this setting.
        Returns:
        The corresponding object of type T for the supplied string value.