public static enum VorgangSuchenCommand.Suchtyp extends Enum<VorgangSuchenCommand.Suchtyp>
| Enum Constant and Description | 
|---|
aussendienst  | 
einfach  | 
erweitert  | 
schnellsuche  | 
| Modifier and Type | Method and Description | 
|---|---|
static VorgangSuchenCommand.Suchtyp | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VorgangSuchenCommand.Suchtyp[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final VorgangSuchenCommand.Suchtyp einfach
public static final VorgangSuchenCommand.Suchtyp erweitert
public static final VorgangSuchenCommand.Suchtyp aussendienst
public static final VorgangSuchenCommand.Suchtyp schnellsuche
public static VorgangSuchenCommand.Suchtyp[] values()
for (VorgangSuchenCommand.Suchtyp c : VorgangSuchenCommand.Suchtyp.values()) System.out.println(c);
public static VorgangSuchenCommand.Suchtyp 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.