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 Detail

      • getName

        java.lang.String getName()
      • getDefaultValue

        T getDefaultValue()
      • getValue

        T getValue()
      • setValue

        T setValue​(T value)
      • unSet

        T unSet()
      • isSet

        boolean isSet()