public class CoordinateOperationMethod extends CsvDb
BAD_DOUBLE, BAD_INTEGER
Constructor and Description |
---|
CoordinateOperationMethod(int arg_coordOpMethodCode,
java.lang.String arg_coordOpMethodName,
int arg_reverseOp,
java.lang.String arg_formula,
java.lang.String arg_example,
java.lang.String arg_remarks,
java.lang.String arg_informationSource,
java.lang.String arg_dataSource,
java.lang.String arg_revisionDate,
java.lang.String arg_changeId,
java.lang.String arg_deprecated)
The constructor
* @param arg_coordOpMethodCode The coordOpMethodCode argument
|
CoordinateOperationMethod(java.util.List tuple)
The list based constructor
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
findAllCoordOpMethodCode(int value)
Find all of the CoordinateOperationMethod objects with
the coordOpMethodCode value == the given value
|
static CoordinateOperationMethod |
findCoordOpMethodCode(int value)
Find the CoordinateOperationMethod object with the coordOpMethodCode value == the given value
|
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
|
java.lang.String |
getChangeId()
Return the changeId property.
|
int |
getCoordOpMethodCode()
Return the coordOpMethodCode property.
|
java.lang.String |
getCoordOpMethodName()
Return the coordOpMethodName property.
|
java.lang.String |
getDataSource()
Return the dataSource property.
|
java.lang.String |
getDeprecated()
Return the deprecated property.
|
java.lang.String |
getExample()
Return the example property.
|
java.lang.String |
getFormula()
Return the formula property.
|
java.lang.String |
getInformationSource()
Return the informationSource property.
|
java.lang.String |
getRemarks()
Return the remarks property.
|
int |
getReverseOp()
Return the reverseOp property.
|
java.lang.String |
getRevisionDate()
Return the revisionDate property.
|
static void |
main(java.lang.String[] args)
Implement main
|
java.lang.String |
toString()
Override toString
|
public CoordinateOperationMethod(int arg_coordOpMethodCode, java.lang.String arg_coordOpMethodName, int arg_reverseOp, java.lang.String arg_formula, java.lang.String arg_example, java.lang.String arg_remarks, java.lang.String arg_informationSource, java.lang.String arg_dataSource, java.lang.String arg_revisionDate, java.lang.String arg_changeId, java.lang.String arg_deprecated)
arg_coordOpMethodName
- The coordOpMethodName argumentarg_reverseOp
- The reverseOp argumentarg_formula
- The formula argumentarg_example
- The example argumentarg_remarks
- The remarks argumentarg_informationSource
- The informationSource argumentarg_dataSource
- The dataSource argumentarg_revisionDate
- The revisionDate argumentarg_changeId
- The changeId argumentarg_deprecated
- The deprecated argumentpublic CoordinateOperationMethod(java.util.List tuple)
tuple
- The listpublic int getCoordOpMethodCode()
public java.lang.String getCoordOpMethodName()
public int getReverseOp()
public java.lang.String getFormula()
public java.lang.String getExample()
public java.lang.String getRemarks()
public java.lang.String getInformationSource()
public java.lang.String getDataSource()
public java.lang.String getRevisionDate()
public java.lang.String getChangeId()
public java.lang.String getDeprecated()
public static java.util.List findAllCoordOpMethodCode(int value)
value
- _more_public static CoordinateOperationMethod findCoordOpMethodCode(int value)
value
- _more_public int findIntByName(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