public static enum PoiService.Template extends Enum<PoiService.Template>
| Enum Constant and Description | 
|---|
vorgangDelegiertListe  | 
vorgangListe  | 
| Modifier and Type | Method and Description | 
|---|---|
static PoiService.Template | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PoiService.Template[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PoiService.Template vorgangListe
public static final PoiService.Template vorgangDelegiertListe
public static PoiService.Template[] values()
for (PoiService.Template c : PoiService.Template.values()) System.out.println(c);
public static PoiService.Template 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 © 2019. All rights reserved.