public static enum NotificationEventTypeEntity.EventTypesBdata extends Enum<NotificationEventTypeEntity.EventTypesBdata>
| Enum Constant and Description |
|---|
BUS_OBJCT_DATA_RGSTN |
BUS_OBJCT_DATA_STTS_CHG |
| Modifier and Type | Method and Description |
|---|---|
static NotificationEventTypeEntity.EventTypesBdata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEventTypeEntity.EventTypesBdata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationEventTypeEntity.EventTypesBdata BUS_OBJCT_DATA_RGSTN
public static final NotificationEventTypeEntity.EventTypesBdata BUS_OBJCT_DATA_STTS_CHG
public static NotificationEventTypeEntity.EventTypesBdata[] values()
for (NotificationEventTypeEntity.EventTypesBdata c : NotificationEventTypeEntity.EventTypesBdata.values()) System.out.println(c);
public static NotificationEventTypeEntity.EventTypesBdata 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 nullCopyright © 2019. All rights reserved.