ucar.unidata.gis.epsg
Class Deprecation

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by ucar.unidata.gis.epsg.Deprecation

public class Deprecation
extends CsvDb

This class has been generated from the different csv files from the libgeotiff package

Author:
IDV development team

Field Summary
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
Deprecation(int arg_deprecationId, String arg_deprecationDate, double arg_changeId, String arg_objectTableName, int arg_objectCode, int arg_replacedBy, String arg_deprecationReason)
          The constructor * @param arg_deprecationId The deprecationId argument
Deprecation(List tuple)
          The list based constructor
 
Method Summary
static Deprecation findDeprecationId(int value)
          Find the Deprecation object with the deprecationId value == the given value
 double findDoubleByName(String varname)
          Return the double value by name
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 double getChangeId()
          Return the changeId property.
 String getDeprecationDate()
          Return the deprecationDate property.
 int getDeprecationId()
          Return the deprecationId property.
 String getDeprecationReason()
          Return the deprecationReason property.
 int getObjectCode()
          Return the objectCode property.
 String getObjectTableName()
          Return the objectTableName property.
 int getReplacedBy()
          Return the replacedBy property.
static void main(String[] args)
          Implement main
 String toString()
          Override toString
 
Methods inherited from class ucar.unidata.util.CsvDb
getDouble, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Deprecation

public Deprecation(int arg_deprecationId,
                   String arg_deprecationDate,
                   double arg_changeId,
                   String arg_objectTableName,
                   int arg_objectCode,
                   int arg_replacedBy,
                   String arg_deprecationReason)
The constructor * @param arg_deprecationId The deprecationId argument

Parameters:
arg_deprecationDate - The deprecationDate argument
arg_changeId - The changeId argument
arg_objectTableName - The objectTableName argument
arg_objectCode - The objectCode argument
arg_replacedBy - The replacedBy argument
arg_deprecationReason - The deprecationReason argument

Deprecation

public Deprecation(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getDeprecationId

public int getDeprecationId()
Return the deprecationId property.

Returns:
The deprecationId property

getDeprecationDate

public String getDeprecationDate()
Return the deprecationDate property.

Returns:
The deprecationDate property

getChangeId

public double getChangeId()
Return the changeId property.

Returns:
The changeId property

getObjectTableName

public String getObjectTableName()
Return the objectTableName property.

Returns:
The objectTableName property

getObjectCode

public int getObjectCode()
Return the objectCode property.

Returns:
The objectCode property

getReplacedBy

public int getReplacedBy()
Return the replacedBy property.

Returns:
The replacedBy property

getDeprecationReason

public String getDeprecationReason()
Return the deprecationReason property.

Returns:
The deprecationReason property

findDeprecationId

public static Deprecation findDeprecationId(int value)
Find the Deprecation object with the deprecationId value == the given value

Parameters:
value - _more_
Returns:
The object

findIntByName

public int findIntByName(String varname)
Return the integer value by name

Parameters:
varname - The name
Returns:
The integer value

findDoubleByName

public double findDoubleByName(String varname)
Return the double value by name

Parameters:
varname - The name
Returns:
The double value

findStringByName

public String findStringByName(String varname)
Return the String value by name

Parameters:
varname - The name
Returns:
The String value

toString

public String toString()
Override toString

Overrides:
toString in class Object
Returns:
String

main

public static void main(String[] args)
Implement main

Parameters:
args - The args