public static enum SetHintDialog.Priority extends Enum<SetHintDialog.Priority>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SetHintDialog.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetHintDialog.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetHintDialog.Priority LOW
public static final SetHintDialog.Priority NORMAL
public static final SetHintDialog.Priority HIGH
public static SetHintDialog.Priority[] values()
for (SetHintDialog.Priority c : SetHintDialog.Priority.values()) System.out.println(c);
public static SetHintDialog.Priority 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 nullpublic String toString()
toString in class Enum<SetHintDialog.Priority>Copyright © 2012–2026 cismet GmbH. All rights reserved.