@Deprecated public enum LifeStage extends Enum<LifeStage>
Enum Constant and Description |
---|
ADULT
Deprecated.
An adult is a plant, animal, or person who has reached full growth or alternatively is capable of reproduction.
|
EMRYO
Deprecated.
An embryo is a multicellular diploid eukaryote in its earliest stage of development,
from the time of first cell division until birth, hatching, or germination.
|
GAMETE
Deprecated.
A gamete is a cell that fuses with another gamete during fertilization in organisms that reproduce sexually.
|
GAMETOPHYTE
Deprecated.
In plants and algae that undergo alternation of generations, a gametophyte is the multicellular structure, or phase, that is haploid,
containing a single set of chromosomes.
|
JUVENILE
Deprecated.
A juvenile is an individual organism that has not yet reached its adult form, sexual maturity or size.
|
LARVA
Deprecated.
A larva is a young (juvenile) form of animal with indirect development,
going through or undergoing metamorphosis (for example, insects, amphibians, or cnidarians).
|
PUPA
Deprecated.
A pupa is the life stage of some insects undergoing transformation between immature and mature stages.
|
SPORE
Deprecated.
A spore is a reproductive structure that is adapted for dispersal and surviving for extended periods of time in unfavorable conditions.
|
SPOROPHYTE
Deprecated.
All land plants, and some algae, have life cycles in which a haploid gametophyte generation alternates with a diploid sporophyte,
the generation of a plant or alga that has a double set of chromosomes.
|
ZYGOTE
Deprecated.
A zygote (or zygocyte) describes the first stage of a new unique organism when it consists of just a single cell.
|
Modifier and Type | Method and Description |
---|---|
static LifeStage |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LifeStage[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeStage ZYGOTE
public static final LifeStage EMRYO
public static final LifeStage LARVA
public static final LifeStage JUVENILE
public static final LifeStage ADULT
public static final LifeStage SPOROPHYTE
public static final LifeStage SPORE
public static final LifeStage GAMETOPHYTE
public static final LifeStage GAMETE
public static final LifeStage PUPA
public static LifeStage[] values()
for (LifeStage c : LifeStage.values()) System.out.println(c);
public static LifeStage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.