Class PreferenceValue


  • public class PreferenceValue
    extends java.lang.Object
    Preference value.
    Author:
    Daniel Sagenschneider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String value
      Value.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreferenceValue​(java.lang.String value)
      Instantiate.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public final java.lang.String value
        Value.
    • Constructor Detail

      • PreferenceValue

        public PreferenceValue​(java.lang.String value)
        Instantiate.
        Parameters:
        value - Value.