| Modifier and Type | Method and Description |
|---|---|
static ThreadFlowLocation.Importance |
ThreadFlowLocation.Importance.fromValue(String value) |
ThreadFlowLocation.Importance |
ThreadFlowLocation.getImportance()
Specifies the importance of this location in understanding the code flow in which it occurs.
|
static ThreadFlowLocation.Importance |
ThreadFlowLocation.Importance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadFlowLocation.Importance[] |
ThreadFlowLocation.Importance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadFlowLocation.setImportance(ThreadFlowLocation.Importance importance)
Specifies the importance of this location in understanding the code flow in which it occurs.
|
ThreadFlowLocation |
ThreadFlowLocation.withImportance(ThreadFlowLocation.Importance importance) |
Copyright © 2020 Contrast Security. All rights reserved.