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