public static enum ResourcesLogsUtils.LOG_LEVEL extends Enum<ResourcesLogsUtils.LOG_LEVEL>
Modifier and Type | Method and Description |
---|---|
static ResourcesLogsUtils.LOG_LEVEL |
fromString(String text) |
static ResourcesLogsUtils.LOG_LEVEL |
get(int id) |
String |
getText() |
static ResourcesLogsUtils.LOG_LEVEL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcesLogsUtils.LOG_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcesLogsUtils.LOG_LEVEL TRACE
public static final ResourcesLogsUtils.LOG_LEVEL NOTICE
public static final ResourcesLogsUtils.LOG_LEVEL INFO
public static final ResourcesLogsUtils.LOG_LEVEL WARNING
public static final ResourcesLogsUtils.LOG_LEVEL ERROR
public static ResourcesLogsUtils.LOG_LEVEL[] values()
for (ResourcesLogsUtils.LOG_LEVEL c : ResourcesLogsUtils.LOG_LEVEL.values()) System.out.println(c);
public static ResourcesLogsUtils.LOG_LEVEL 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 static ResourcesLogsUtils.LOG_LEVEL get(int id)
public String getText()
public static ResourcesLogsUtils.LOG_LEVEL fromString(String text)
Copyright © 2015–2019. All rights reserved.