public static enum Constants.ImportStrategy extends Enum<Constants.ImportStrategy>
Enum Constant and Description |
---|
SingleObservation
Each value will be inserted as single observation into the SOS.
|
SweArrayObservationWithSplitExtension
The file will be read at once.
|
Modifier and Type | Method and Description |
---|---|
static Constants.ImportStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ImportStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ImportStrategy SingleObservation
public static final Constants.ImportStrategy SweArrayObservationWithSplitExtension
public static Constants.ImportStrategy[] values()
for (Constants.ImportStrategy c : Constants.ImportStrategy.values()) System.out.println(c);
public static Constants.ImportStrategy 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 © 2011–2019 52°North. All rights reserved.