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