public static enum LogsView.LogsDataType extends java.lang.Enum<LogsView.LogsDataType>
| Enum Constant and Description |
|---|
ApplicationsData
Estatísticas da Utilização das Aplicações.
|
ExecutionsData
Estatísticas da Execução de Comandos (simples e de fluxo).
|
LoginData
Estatísticas de Acesso ao Sistema.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[][] |
queues
Fila que indicam o path dos arquivos deste tipo no serviço de logs.
|
| Modifier and Type | Method and Description |
|---|---|
static LogsView.LogsDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogsView.LogsDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogsView.LogsDataType LoginData
public static final LogsView.LogsDataType ApplicationsData
public static final LogsView.LogsDataType ExecutionsData
public java.lang.String[][] queues
public static LogsView.LogsDataType[] values()
for (LogsView.LogsDataType c : LogsView.LogsDataType.values()) System.out.println(c);
public static LogsView.LogsDataType 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 nullCopyright © 2016. All Rights Reserved.