Uses of Enum Class
org.forester.tools.PhylogenyDecorator.FIELD
Packages that use PhylogenyDecorator.FIELD
-
Uses of PhylogenyDecorator.FIELD in org.forester.tools
Methods in org.forester.tools that return PhylogenyDecorator.FIELDModifier and TypeMethodDescriptionstatic PhylogenyDecorator.FIELDReturns the enum constant of this class with the specified name.static PhylogenyDecorator.FIELD[]PhylogenyDecorator.FIELD.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.tools with parameters of type PhylogenyDecorator.FIELDModifier and TypeMethodDescriptionstatic StringPhylogenyDecorator.decorate(Phylogeny phylogeny, Map<String, String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose) static StringPhylogenyDecorator.decorate(Phylogeny phylogeny, Map<String, String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, Map<String, String> intermediate_map, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose)