Uses of Class
org.gbif.api.vocabulary.EstablishmentMeans
-
Packages that use EstablishmentMeans Package Description org.gbif.api.model.checklistbank org.gbif.api.vocabulary -
-
Uses of EstablishmentMeans in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return EstablishmentMeans Modifier and Type Method Description EstablishmentMeansDistribution. getEstablishmentMeans()Term describing whether the organism occurs natively, is introduced or cultivated.Methods in org.gbif.api.model.checklistbank with parameters of type EstablishmentMeans Modifier and Type Method Description voidDistribution. setEstablishmentMeans(EstablishmentMeans establishmentMeans) -
Uses of EstablishmentMeans in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return EstablishmentMeans Modifier and Type Method Description static EstablishmentMeansEstablishmentMeans. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EstablishmentMeans[]EstablishmentMeans. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-