public class CoordinateOperationParameterValue extends CsvDb
BAD_DOUBLE, BAD_INTEGER
Constructor and Description |
---|
CoordinateOperationParameterValue(int arg_coordOpCode,
int arg_coordOpMethodCode,
int arg_parameterCode,
double arg_parameterValue,
java.lang.String arg_paramValueFileRef,
int arg_uomCode)
The constructor
* @param arg_coordOpCode The coordOpCode argument
|
CoordinateOperationParameterValue(java.util.List tuple)
The list based constructor
|
Modifier and Type | Method and Description |
---|---|
static CoordinateOperationParameterValue |
findCoordOpCode(int value)
Find the CoordinateOperationParameterValue object with the coordOpCode value == the given value
|
double |
findDoubleByName(java.lang.String varname)
Return the double value by name
|
int |
findIntByName(java.lang.String varname)
Return the integer value by name
|
java.lang.String |
findStringByName(java.lang.String varname)
Return the String value by name
|
int |
getCoordOpCode()
Return the coordOpCode property.
|
int |
getCoordOpMethodCode()
Return the coordOpMethodCode property.
|
int |
getParameterCode()
Return the parameterCode property.
|
double |
getParameterValue()
Return the parameterValue property.
|
java.lang.String |
getParamValueFileRef()
Return the paramValueFileRef property.
|
int |
getUomCode()
Return the uomCode property.
|
static void |
main(java.lang.String[] args)
Implement main
|
java.lang.String |
toString()
Override toString
|
public CoordinateOperationParameterValue(int arg_coordOpCode, int arg_coordOpMethodCode, int arg_parameterCode, double arg_parameterValue, java.lang.String arg_paramValueFileRef, int arg_uomCode)
arg_coordOpMethodCode
- The coordOpMethodCode argumentarg_parameterCode
- The parameterCode argumentarg_parameterValue
- The parameterValue argumentarg_paramValueFileRef
- The paramValueFileRef argumentarg_uomCode
- The uomCode argumentpublic CoordinateOperationParameterValue(java.util.List tuple)
tuple
- The listpublic int getCoordOpCode()
public int getCoordOpMethodCode()
public int getParameterCode()
public double getParameterValue()
public java.lang.String getParamValueFileRef()
public int getUomCode()
public static CoordinateOperationParameterValue findCoordOpCode(int value)
value
- _more_public int findIntByName(java.lang.String varname)
varname
- The namepublic double findDoubleByName(java.lang.String varname)
varname
- The namepublic java.lang.String findStringByName(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