public class CoordinateOperationPath extends CsvDb
BAD_DOUBLE, BAD_INTEGER
Constructor and Description |
---|
CoordinateOperationPath(int arg_concatOperationCode,
int arg_singleOperationCode,
int arg_opPathStep)
The constructor
* @param arg_concatOperationCode The concatOperationCode argument
|
CoordinateOperationPath(java.util.List tuple)
The list based constructor
|
Modifier and Type | Method and Description |
---|---|
static CoordinateOperationPath |
findConcatOperationCode(int value)
Find the CoordinateOperationPath object with the concatOperationCode value == the given value
|
int |
findIntByName(java.lang.String varname)
Return the integer value by name
|
int |
getConcatOperationCode()
Return the concatOperationCode property.
|
int |
getOpPathStep()
Return the opPathStep property.
|
int |
getSingleOperationCode()
Return the singleOperationCode property.
|
static void |
main(java.lang.String[] args)
Implement main
|
java.lang.String |
toString()
Override toString
|
public CoordinateOperationPath(int arg_concatOperationCode, int arg_singleOperationCode, int arg_opPathStep)
arg_singleOperationCode
- The singleOperationCode argumentarg_opPathStep
- The opPathStep argumentpublic CoordinateOperationPath(java.util.List tuple)
tuple
- The listpublic int getConcatOperationCode()
public int getSingleOperationCode()
public int getOpPathStep()
public static CoordinateOperationPath findConcatOperationCode(int value)
value
- _more_public int findIntByName(java.lang.String varname)
varname
- The namepublic java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
args
- The args