Package org.locationtech.jtstest.command
Class Option
java.lang.Object
org.locationtech.jtstest.command.Option
The parameters for an instance of an option occurring in a command
- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArg
(int i) int
getArgAsInt
(int i) double
getArgAsNum
(int i) String[]
getArgs()
getName()
int
-
Constructor Details
-
Option
-
-
Method Details
-
getName
-
getNumArgs
public int getNumArgs() -
getArg
-
getArgs
-
getArgAsInt
public int getArgAsInt(int i) -
getArgAsNum
public double getArgAsNum(int i)
-