Tabnine Logo
Taxon$Builder.withDisplayNames
Code IndexAdd Tabnine to your IDE (free)

How to use
withDisplayNames
method
in
it.tidalwave.bluebill.taxonomy.Taxon$Builder

Best Java code snippets using it.tidalwave.bluebill.taxonomy.Taxon$Builder.withDisplayNames (Showing top 5 results out of 315)

origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-ebn-italia-2011

withScientificName(genusName + " " + speciesName).
withSpecificEpythet(speciesName).
withDisplayNames(commonNames).
build();
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-birdsofindia-2009

withScientificName(genusName + " " + speciesName).
withSpecificEpythet(speciesName).
withDisplayNames(commonNames).
build();
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-ebn-italia-2003

withScientificName(genusName + " " + speciesName).
withSpecificEpythet(speciesName).
withDisplayNames(commonNames).
build();
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

                                 withScientificName(familyName).
                                 withSpecificEpythet(familyName).
                                 withDisplayNames(familyCommonNames).
                                 build();
path += "/" + genusName;
                                 withScientificName(genusName + " " + speciesName).
                                 withSpecificEpythet(speciesName).
                                 withDisplayNames(speciesCommonNames).
                                 build();
                           withScientificName(genusName + " " + speciesName + " " + subSpeciesName).
                           withSpecificEpythet(subSpeciesName).
                           withDisplayNames(speciesCommonNames).
                           build();
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

withScientificNameId(scientificNameId).
withSpecificEpythet(specificEpythet).
withDisplayNames(displayable).
withId(id).
withRank(rank).
it.tidalwave.bluebill.taxonomyTaxon$BuilderwithDisplayNames

Popular methods of Taxon$Builder

  • build
  • withRank
  • withScientificName
  • withSpecificEpythet
  • getDisplayable
  • getRank
  • getScientificName
  • getScientificNameId
  • getSpecificEpythet
  • withDisplayName
  • withId
  • withInitializer
  • withId,
  • withInitializer,
  • withInitializers,
  • withScientificNameId

Popular in Java

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • requestLocationUpdates (LocationManager)
  • setScale (BigDecimal)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • ImageIO (javax.imageio)
  • Reference (javax.naming)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now