public enum PrioritySetAddMode extends Enum<PrioritySetAddMode>
Enum Constant and Description |
---|
FINE_GRAINED |
SIMPLE |
SPLIT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PrioritySetAddMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrioritySetAddMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrioritySetAddMode SIMPLE
public static final PrioritySetAddMode SPLIT
public static final PrioritySetAddMode FINE_GRAINED
public static PrioritySetAddMode[] values()
for (PrioritySetAddMode c : PrioritySetAddMode.values()) System.out.println(c);
public static PrioritySetAddMode 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<PrioritySetAddMode>
Copyright © 2005–2020. All rights reserved.