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