Class EnumProperty<T extends java.lang.Enum<T>>

    • Constructor Summary

      Constructors 
      Constructor Description
      EnumProperty​(java.lang.String key, java.lang.Class<T> enumClass, T defaultValue)
      Constructs a new EnumProperty.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getKey​(java.lang.String... params)  
      • Methods inherited from class java.lang.Object

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

      • key

        protected final java.lang.String key
    • Constructor Detail

      • EnumProperty

        public EnumProperty​(java.lang.String key,
                            java.lang.Class<T> enumClass,
                            T defaultValue)
        Constructs a new EnumProperty.
        Parameters:
        key - The property key
        enumClass - The Enum class
        defaultValue - The default value