|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Deprecation
public class Deprecation
This class has been generated from the different csv files from the libgeotiff package
| 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 |
|---|
public Deprecation(int arg_deprecationId,
String arg_deprecationDate,
double arg_changeId,
String arg_objectTableName,
int arg_objectCode,
int arg_replacedBy,
String arg_deprecationReason)
arg_deprecationDate - The deprecationDate argumentarg_changeId - The changeId argumentarg_objectTableName - The objectTableName argumentarg_objectCode - The objectCode argumentarg_replacedBy - The replacedBy argumentarg_deprecationReason - The deprecationReason argumentpublic Deprecation(List tuple)
tuple - The list| Method Detail |
|---|
public int getDeprecationId()
public String getDeprecationDate()
public double getChangeId()
public String getObjectTableName()
public int getObjectCode()
public int getReplacedBy()
public String getDeprecationReason()
public static Deprecation findDeprecationId(int value)
value - _more_
public int findIntByName(String varname)
varname - The name
public double findDoubleByName(String varname)
varname - The name
public String findStringByName(String varname)
varname - The name
public String toString()
toString in class Objectpublic static void main(String[] args)
args - The args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||