public static enum LogUtils.LogValidity extends java.lang.Enum<LogUtils.LogValidity>
| Enum Constant and Description |
|---|
NO_DIRECTORY |
NO_VALID_LOG_FILE |
NO_XML_DEFS |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static LogUtils.LogValidity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogUtils.LogValidity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogUtils.LogValidity VALID
public static final LogUtils.LogValidity NO_DIRECTORY
public static final LogUtils.LogValidity NO_XML_DEFS
public static final LogUtils.LogValidity NO_VALID_LOG_FILE
public static LogUtils.LogValidity[] values()
for (LogUtils.LogValidity c : LogUtils.LogValidity.values()) System.out.println(c);
public static LogUtils.LogValidity 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 © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.