Class GenericPreferenceValue

    • Constructor Summary

      Constructors 
      Constructor Description
      GenericPreferenceValue​(java.util.Map<java.lang.String,​java.lang.Object> preferenceValueAttributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getAttributes()  
      • Methods inherited from class java.lang.Object

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

      • GenericPreferenceValue

        public GenericPreferenceValue​(java.util.Map<java.lang.String,​java.lang.Object> preferenceValueAttributes)
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
        Specified by:
        getAttributes in interface PreferenceValue