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