public enum NonTargetCatchComputedValueSource extends Enum<NonTargetCatchComputedValueSource>
| Enum Constant and Description |
|---|
fromData
Donnée directement calculée à partir d'autre données de la capture.
|
fromReferentiel
Donnée calculée à partir du référentiel.
|
fromSample
Donnée calculée à partir de l'échantillon pour la même espèce et la même calée.
|
| Modifier and Type | Method and Description |
|---|---|
static NonTargetCatchComputedValueSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonTargetCatchComputedValueSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonTargetCatchComputedValueSource fromData
public static final NonTargetCatchComputedValueSource fromSample
public static final NonTargetCatchComputedValueSource fromReferentiel
public static NonTargetCatchComputedValueSource[] values()
for (NonTargetCatchComputedValueSource c : NonTargetCatchComputedValueSource.values()) System.out.println(c);
public static NonTargetCatchComputedValueSource 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 © 2008–2017 IRD. All rights reserved.