Interface OMPreference<T>


public interface OMPreference<T>
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getPreferences

      OMPreferences getPreferences()
    • getName

      String getName()
    • getType

    • getDefaultValue

      T getDefaultValue()
    • getValue

      T getValue()
    • setValue

      T setValue(T value)
    • unSet

      T unSet()
    • isSet

      boolean isSet()