- java.lang.Object
- 
- io.github.mmm.nls.cli.property.AbstractCliProperty<LocalTime>
- 
- io.github.mmm.nls.cli.property.CliLocalTimeProperty
 
 
- 
- All Implemented Interfaces:
- CliProperty<LocalTime>
 
 public class CliLocalTimeProperty extends AbstractCliProperty<LocalTime> Implementation ofCliPropertyforLocalTime.
- 
- 
Constructor SummaryConstructors Constructor Description CliLocalTimeProperty(Localizable help, boolean mandatory, String... names)The constructor.CliLocalTimeProperty(Localizable help, LocalTime defaultValue, String... names)The constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalTimeget()Class<LocalTime>getValueClass()voidset(LocalTime value)voidsetFromString(String value)- 
Methods inherited from class io.github.mmm.nls.cli.property.AbstractCliPropertygetHelp, getNames, isMandatory, isOption, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface io.github.mmm.nls.cli.property.CliPropertygetAsString, getName, isEmpty, isValid, validate
 
- 
 
- 
- 
- 
Constructor Detail- 
CliLocalTimePropertypublic CliLocalTimeProperty(Localizable help, boolean mandatory, String... names) The constructor.- Parameters:
- help- the- help message.
- mandatory- the- mandatoryflag.
- names- the- names.
 
 - 
CliLocalTimePropertypublic CliLocalTimeProperty(Localizable help, LocalTime defaultValue, String... names) The constructor.- Parameters:
- help- the- help message.
- defaultValue- the initial default- value.
- names- the- names.
 
 
- 
 
-