static enum AbstractGenerator.Concept extends java.lang.Enum<AbstractGenerator.Concept>
| Enum Constant and Description |
|---|
E_REPORTING |
SIMPLE |
TRANSACTIONAL |
WV |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AbstractGenerator.Concept |
valueOf(java.lang.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 WV
public static AbstractGenerator.Concept[] values()
for (AbstractGenerator.Concept c : AbstractGenerator.Concept.values()) System.out.println(c);
public static AbstractGenerator.Concept valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<AbstractGenerator.Concept>Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.