Class EnumArgument


public class EnumArgument extends ListArgument
An example extension of a custom Arguments: This argument is an enum you give at constructor.
  • Constructor Details

    • EnumArgument

      public EnumArgument(String holder, ArgumentPriority priority, Class<? extends Enum<?>> enumValue)
      Creates an instance of ListArgument.
      Parameters:
      holder - Placeholder of this argument.
      priority - Priority of this argument.
      enumValue - An enumerator.