static enum AbstractGenerator.Feature extends Enum<AbstractGenerator.Feature>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractGenerator.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractGenerator.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractGenerator.Feature DEFAULT
public static final AbstractGenerator.Feature EXTENDED
public static AbstractGenerator.Feature[] values()
for (AbstractGenerator.Feature c : AbstractGenerator.Feature.values()) System.out.println(c);
public static AbstractGenerator.Feature 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 nullpublic String toString()
toString in class Enum<AbstractGenerator.Feature>Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.