public enum WUFileType extends Enum<WUFileType>
| Enum Constant and Description |
|---|
ArchiveQuery |
CPP |
DDL |
EclAgentLog |
RES |
ThorLog |
ThorSlaveLog |
WUECL |
XML |
| Modifier and Type | Method and Description |
|---|---|
static WUFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WUFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WUFileType CPP
public static final WUFileType ThorLog
public static final WUFileType ThorSlaveLog
public static final WUFileType EclAgentLog
public static final WUFileType XML
public static final WUFileType RES
public static final WUFileType DDL
public static final WUFileType WUECL
public static final WUFileType ArchiveQuery
public static WUFileType[] values()
for (WUFileType c : WUFileType.values()) System.out.println(c);
public static WUFileType 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 nullCopyright © 2021. All rights reserved.