public static enum NetworkFlickLogging.FLICKTYPE extends java.lang.Enum<NetworkFlickLogging.FLICKTYPE>
| Enum Constant and Description |
|---|
INSTANT
The instant.
|
NORMAL
The normal.
|
PROPORTIONAL
The proportional.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkFlickLogging.FLICKTYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkFlickLogging.FLICKTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkFlickLogging.FLICKTYPE INSTANT
public static final NetworkFlickLogging.FLICKTYPE NORMAL
public static final NetworkFlickLogging.FLICKTYPE PROPORTIONAL
public static NetworkFlickLogging.FLICKTYPE[] values()
for (NetworkFlickLogging.FLICKTYPE c : NetworkFlickLogging.FLICKTYPE.values()) System.out.println(c);
public static NetworkFlickLogging.FLICKTYPE 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