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