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