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