Uses of Class
org.smallmind.nutsnbolts.command.template.ArgumentType
-
Packages that use ArgumentType Package Description org.smallmind.nutsnbolts.command.template -
-
Uses of ArgumentType in org.smallmind.nutsnbolts.command.template
Methods in org.smallmind.nutsnbolts.command.template that return ArgumentType Modifier and Type Method Description abstract ArgumentTypeArgument. getType()ArgumentTypeEnumeratedArgument. getType()ArgumentTypeListArgument. getType()ArgumentTypeNoneArgument. getType()ArgumentTypeSingleArgument. getType()static ArgumentTypeArgumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgumentType[]ArgumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-