public static enum Application.EnumLoggingSource extends Enum<Application.EnumLoggingSource>
| Enum Constant and Description |
|---|
VALUE_MESSENGER_BOT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Application.EnumLoggingSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumLoggingSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumLoggingSource VALUE_MESSENGER_BOT
public static Application.EnumLoggingSource[] values()
for (Application.EnumLoggingSource c : Application.EnumLoggingSource.values()) System.out.println(c);
public static Application.EnumLoggingSource 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 String toString()
toString in class Enum<Application.EnumLoggingSource>Copyright © 2020. All rights reserved.