java.io.Serializable, java.lang.Comparable<UserDataHelper.Mode>public static enum UserDataHelper.Mode extends java.lang.Enum<UserDataHelper.Mode>
| Enum Constant | Description |
|---|---|
DEBUG |
|
INFO |
|
INFO_THEN_DEBUG |
| Modifier and Type | Method | Description |
|---|---|---|
static UserDataHelper.Mode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static UserDataHelper.Mode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserDataHelper.Mode DEBUG
public static final UserDataHelper.Mode INFO_THEN_DEBUG
public static final UserDataHelper.Mode INFO
public static UserDataHelper.Mode[] values()
for (UserDataHelper.Mode c : UserDataHelper.Mode.values()) System.out.println(c);
public static UserDataHelper.Mode 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 © 2000-2018 Apache Software Foundation. All Rights Reserved.