public class TaxonomicLevel
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
get the name of the taxonomic level
|
static TaxonomicLevel |
getTaxonomicLevel(java.lang.String name)
A static method that returns a TaxonomicLevel object with the given name.
|
static java.util.Set |
getTaxonomicLevels()
Returns a Set containing all the currently created taxonomic levels.
|
public java.lang.String getName()
public static TaxonomicLevel getTaxonomicLevel(java.lang.String name)
name
- the name of the taxonomic levelpublic static java.util.Set getTaxonomicLevels()
http://code.google.com/p/jebl2/