public static enum ServiceModel.ImportType extends Enum<ServiceModel.ImportType>
| Enum Constant and Description |
|---|
ANALYSIS_METHODS_CSV |
OBSERVATION_CSV |
OBSERVATION_LABREPORT |
OBSERVED_PROPERTIES_CSV |
SAMPLING_PLAN |
SAMPLINGLOCATION_CSV |
TAXON_CSV |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.ImportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.ImportType OBSERVATION_CSV
public static final ServiceModel.ImportType OBSERVATION_LABREPORT
public static final ServiceModel.ImportType SAMPLINGLOCATION_CSV
public static final ServiceModel.ImportType OBSERVED_PROPERTIES_CSV
public static final ServiceModel.ImportType ANALYSIS_METHODS_CSV
public static final ServiceModel.ImportType TAXON_CSV
public static final ServiceModel.ImportType SAMPLING_PLAN
public static ServiceModel.ImportType[] values()
for (ServiceModel.ImportType c : ServiceModel.ImportType.values()) System.out.println(c);
public static ServiceModel.ImportType 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 © 2022. All rights reserved.