Enum Class PropertyManager

java.lang.Object
java.lang.Enum<PropertyManager>
eu.hansolo.fx.countries.PropertyManager
All Implemented Interfaces:
Serializable, Comparable<PropertyManager>, Constable

public enum PropertyManager extends Enum<PropertyManager>
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static PropertyManager[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PropertyManager valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getProperties

      public Properties getProperties()
    • get

      public Object get(String KEY)
    • set

      public void set(String KEY, String VALUE)
    • getString

      public String getString(String key)
    • getDouble

      public double getDouble(String key)
    • getFloat

      public float getFloat(String key)
    • getInt

      public int getInt(String key)
    • getLong

      public long getLong(String key)
    • getBoolean

      public boolean getBoolean(String key)
    • hasKey

      public boolean hasKey(String key)
    • storeProperties

      public void storeProperties()
    • resetProperties

      public void resetProperties()
    • getVersionNumber

      public String getVersionNumber()