public static enum Import.ImportTyp extends Enum<Import.ImportTyp>
Modifier and Type | Method and Description |
---|---|
static Import.ImportTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Import.ImportTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Import.ImportTyp SHAPE
public static final Import.ImportTyp CSV
public static final Import.ImportTyp DIR
public static Import.ImportTyp[] values()
for (Import.ImportTyp c : Import.ImportTyp.values()) System.out.println(c);
public static Import.ImportTyp 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 © 1996–2021 Geotools. All rights reserved.