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