public enum EUserEventMessages extends Enum<EUserEventMessages>
| Enum Constant and Description |
|---|
Location_Message |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClassName() |
String |
getEventName() |
String |
getRemark() |
static EUserEventMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUserEventMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUserEventMessages Location_Message
public static EUserEventMessages[] values()
for (EUserEventMessages c : EUserEventMessages.values()) System.out.println(c);
public static EUserEventMessages 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 nullpublic String getEventName()
public Class<?> getClassName()
public String getRemark()
Copyright © 2020. All rights reserved.