|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.io.util.ITRDBTaxonConverter
public class ITRDBTaxonConverter
Class for converting between ITRDB 4 char taxon code and proper latin name.
Method Summary | |
---|---|
static String |
getCodeFromName(String argName)
Get the four letter code for this latin name. |
static org.tridas.schema.ControlledVoc |
getControlledVocFromCode(String incode)
Get a controlled vocabulary version of this taxon from the 4 letter code. |
static org.tridas.schema.ControlledVoc |
getControlledVocFromName(String name)
Get a controlled vocabulary version of this taxon from the full latin name. |
static org.tridas.schema.ControlledVoc |
getControlledVocFromString(String str)
Creates a taxon ControlledVoc from the given string. |
static String |
getNameFromCode(String argCode)
Get the full latin name of a taxon from the ITRDB 4 letter code. |
static String |
getNormalisedCode(String argCode)
Check that the specified code is in the dictionary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getNormalisedCode(String argCode)
argCode
-
public static String getNameFromCode(String argCode)
argCode
-
public static org.tridas.schema.ControlledVoc getControlledVocFromString(String str)
str
-
public static String getCodeFromName(String argName)
argName
-
public static org.tridas.schema.ControlledVoc getControlledVocFromCode(String incode)
code
-
public static org.tridas.schema.ControlledVoc getControlledVocFromName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |