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