public static enum User.logMessageAction extends java.lang.Enum<User.logMessageAction>
Enum Constant and Description |
---|
userCreated
User created
|
userCreatedNotification
User notification created
|
userDeletedNotification
User notification deleted
|
userUpdatedFlags
User flags updated
|
userUpdatedHostsMask
User hosts mask updated
|
userUpdatedPassword
User password updated
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static User.logMessageAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User.logMessageAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.logMessageAction userCreated
public static final User.logMessageAction userUpdatedHostsMask
public static final User.logMessageAction userUpdatedPassword
public static final User.logMessageAction userUpdatedFlags
public static final User.logMessageAction userCreatedNotification
public static final User.logMessageAction userDeletedNotification
public static User.logMessageAction[] values()
for (User.logMessageAction c : User.logMessageAction.values()) System.out.println(c);
public static User.logMessageAction 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 nullpublic java.lang.String getValue()