Class CliLocaleProperty

    • Method Detail

      • getValueClass

        public Class<Locale> getValueClass()
        Returns:
        the Class reflecting the type of the value.
      • get

        public Locale get()
        Returns:
        the current value.
      • set

        public void set​(Locale value)
        Parameters:
        value - the new value.
      • setFromString

        public void setFromString​(String value)
        Parameters:
        value - the new value as String to parse.