Uses of Enum Class
com.github.rvesse.airline.annotations.OptionType
Packages that use OptionType
-
Uses of OptionType in com.github.rvesse.airline.annotations
Subclasses with type arguments of type OptionType in com.github.rvesse.airline.annotationsMethods in com.github.rvesse.airline.annotations that return OptionTypeModifier and TypeMethodDescriptionstatic OptionTypeReturns the enum constant of this class with the specified name.static OptionType[]OptionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OptionType in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model declared as OptionTypeMethods in com.github.rvesse.airline.model that return OptionTypeConstructors in com.github.rvesse.airline.model with parameters of type OptionTypeModifierConstructorDescriptionOptionMetadata(OptionType optionType, Iterable<String> options, Iterable<String> titles, String description, int arity, boolean hidden, boolean overrides, boolean sealed, Iterable<OptionRestriction> restrictions, TypeConverterProvider typeConverterProvider, Iterable<Field> path)