| Modifier and Type | Method and Description |
|---|---|
static Warning |
Warning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Warning[] |
Warning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Warning.lookup(Warning key,
Object... formatArgs)
Looks up the resource bundle string corresponding to the key, and formats it with the provided
arguments.
|
Copyright © 2020. All rights reserved.