public static enum GenericComponentManagement.GenericComponentLogLevel extends java.lang.Enum<GenericComponentManagement.GenericComponentLogLevel>
Enum Constant and Description |
---|
LOGLEVEL_CRIT |
LOGLEVEL_DEBUG |
LOGLEVEL_ERROR |
LOGLEVEL_FATAL |
LOGLEVEL_INFO |
LOGLEVEL_OFF |
LOGLEVEL_TRACE |
LOGLEVEL_UNKNOWN |
LOGLEVEL_WARN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogLevel() |
static GenericComponentManagement.GenericComponentLogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenericComponentManagement.GenericComponentLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_UNKNOWN
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_OFF
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_CRIT
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_FATAL
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_ERROR
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_WARN
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_INFO
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_DEBUG
public static final GenericComponentManagement.GenericComponentLogLevel LOGLEVEL_TRACE
public static GenericComponentManagement.GenericComponentLogLevel[] values()
for (GenericComponentManagement.GenericComponentLogLevel c : GenericComponentManagement.GenericComponentLogLevel.values()) System.out.println(c);
public static GenericComponentManagement.GenericComponentLogLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLogLevel()
Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.