Class SingleArgument
- java.lang.Object
-
- org.smallmind.nutsnbolts.command.template.Argument
-
- org.smallmind.nutsnbolts.command.template.SingleArgument
-
public class SingleArgument extends Argument
-
-
Constructor Summary
Constructors Constructor Description SingleArgument(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ArgumentTypegetType()
-
-
-
Constructor Detail
-
SingleArgument
public SingleArgument(String description)
-
-
Method Detail
-
getType
public ArgumentType getType()
-
getDescription
public String getDescription()
-
-