Uses of Class
org.refcodes.cli.EnumProperty
-
Uses of EnumProperty in org.refcodes.cli
Methods in org.refcodes.cli that return EnumPropertyModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aDescription) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aAlias, String aDescription) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aDescription) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aAlias, String aDescription) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.EnumProperty.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type EnumPropertyModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.static <T extends Enum<T>>
EnumProperty<T> CliSugar.enumProperty(String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type EnumPropertyModifierConstructorDescriptionEnumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates the classEnumProperty.EnumProperty(Character aShortOption, String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.EnumProperty(String aLongOption, Class<T> aType, String aAlias, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates the classEnumProperty.EnumProperty(String aLongOption, Class<T> aType, String aDescription, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the given arguments.EnumProperty(org.refcodes.struct.Relation<String, T> aProperty, Class<T> aType, Consumer<EnumProperty<T>> aConsumer) Instantiates a newEnumPropertywith the alias being the proerty's key and the value being the property's value.