public static enum Log.Tag.Sys extends java.lang.Enum<Log.Tag.Sys> implements Log.Tag
Log.Tag.Kind, Log.Tag.Sys
Enum Constant and Description |
---|
CLEAN |
CONFM |
DRF__ |
EXCEL |
GBM__ |
GENLM |
HDFS_ |
HTTPD |
KMEAN |
LOCKS |
PARSE |
RANDF |
SCORM |
STORE |
WATER |
Modifier and Type | Method and Description |
---|---|
static Log.Tag.Sys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Log.Tag.Sys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log.Tag.Sys RANDF
public static final Log.Tag.Sys GBM__
public static final Log.Tag.Sys DRF__
public static final Log.Tag.Sys GENLM
public static final Log.Tag.Sys KMEAN
public static final Log.Tag.Sys PARSE
public static final Log.Tag.Sys STORE
public static final Log.Tag.Sys WATER
public static final Log.Tag.Sys HDFS_
public static final Log.Tag.Sys HTTPD
public static final Log.Tag.Sys CLEAN
public static final Log.Tag.Sys CONFM
public static final Log.Tag.Sys EXCEL
public static final Log.Tag.Sys SCORM
public static final Log.Tag.Sys LOCKS
public static Log.Tag.Sys[] values()
for (Log.Tag.Sys c : Log.Tag.Sys.values()) System.out.println(c);
public static Log.Tag.Sys 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 null