Class CliLongProperty

    • Method Detail

      • getValueClass

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

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

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

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