public static enum FormSolutionsBestellungHandler.ProductType extends Enum<FormSolutionsBestellungHandler.ProductType>
| Enum Constant and Description |
|---|
ABK |
BAB_ABSCHLUSS |
BAB_WEITERLEITUNG |
LB_ABSCHLUSS |
LB_WEITERLEITUNG |
SGK |
| Modifier and Type | Method and Description |
|---|---|
static FormSolutionsBestellungHandler.ProductType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormSolutionsBestellungHandler.ProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormSolutionsBestellungHandler.ProductType SGK
public static final FormSolutionsBestellungHandler.ProductType ABK
public static final FormSolutionsBestellungHandler.ProductType BAB_WEITERLEITUNG
public static final FormSolutionsBestellungHandler.ProductType BAB_ABSCHLUSS
public static final FormSolutionsBestellungHandler.ProductType LB_WEITERLEITUNG
public static final FormSolutionsBestellungHandler.ProductType LB_ABSCHLUSS
public static FormSolutionsBestellungHandler.ProductType[] values()
for (FormSolutionsBestellungHandler.ProductType c : FormSolutionsBestellungHandler.ProductType.values()) System.out.println(c);
public static FormSolutionsBestellungHandler.ProductType 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 © 2012–2025 cismet GmbH. All rights reserved.