public enum EventNotificationEntity extends Enum<EventNotificationEntity>
Modifier and Type | Method and Description |
---|---|
static EventNotificationEntity |
forValue(int value) |
int |
getValue() |
static EventNotificationEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotificationEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventNotificationEntity UNKNOWN
public static final EventNotificationEntity Host
public static final EventNotificationEntity Vm
public static final EventNotificationEntity Storage
public static final EventNotificationEntity Engine
public static EventNotificationEntity[] values()
for (EventNotificationEntity c : EventNotificationEntity.values()) System.out.println(c);
public static EventNotificationEntity 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 int getValue()
public static EventNotificationEntity forValue(int value)
Copyright © 2012. All Rights Reserved.