| Modifier and Type | Method and Description |
|---|---|
static AntSeverity |
AntSeverity.fromName(String name) |
static AntSeverity |
AntSeverity.fromName(String name,
AntSeverity defaultLevel) |
static AntSeverity |
AntSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AntSeverity[] |
AntSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AntSeverity |
AntSeverity.fromName(String name,
AntSeverity defaultLevel) |
Copyright © 2001–2025. All rights reserved.