public class CoordinateAxis extends CsvDb
BAD_DOUBLE, BAD_INTEGER
Constructor and Description |
---|
CoordinateAxis(int arg_coordSysCode,
int arg_coordAxisNameCode,
java.lang.String arg_coordAxisOrientation,
java.lang.String arg_coordAxisAbbreviation,
int arg_uomCode,
int arg_order)
The constructor
* @param arg_coordSysCode The coordSysCode argument
|
CoordinateAxis(java.util.List tuple)
The list based constructor
|
Modifier and Type | Method and Description |
---|---|
static CoordinateAxis |
findCoordSysCode(int value)
Find the CoordinateAxis object with the coordSysCode 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 |
getCoordAxisAbbreviation()
Return the coordAxisAbbreviation property.
|
int |
getCoordAxisNameCode()
Return the coordAxisNameCode property.
|
java.lang.String |
getCoordAxisOrientation()
Return the coordAxisOrientation property.
|
int |
getCoordSysCode()
Return the coordSysCode property.
|
int |
getOrder()
Return the order property.
|
int |
getUomCode()
Return the uomCode property.
|
static void |
main(java.lang.String[] args)
Implement main
|
java.lang.String |
toString()
Override toString
|
public CoordinateAxis(int arg_coordSysCode, int arg_coordAxisNameCode, java.lang.String arg_coordAxisOrientation, java.lang.String arg_coordAxisAbbreviation, int arg_uomCode, int arg_order)
arg_coordAxisNameCode
- The coordAxisNameCode argumentarg_coordAxisOrientation
- The coordAxisOrientation argumentarg_coordAxisAbbreviation
- The coordAxisAbbreviation argumentarg_uomCode
- The uomCode argumentarg_order
- The order argumentpublic CoordinateAxis(java.util.List tuple)
tuple
- The listpublic int getCoordSysCode()
public int getCoordAxisNameCode()
public java.lang.String getCoordAxisOrientation()
public java.lang.String getCoordAxisAbbreviation()
public int getUomCode()
public int getOrder()
public static CoordinateAxis findCoordSysCode(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