public static enum ResourceChange.ChangeType extends Enum<ResourceChange.ChangeType>
Enum Constant and Description |
---|
ADDED |
CHANGED |
PROVIDER_ADDED |
PROVIDER_REMOVED |
REMOVED |
Modifier and Type | Method and Description |
---|---|
static ResourceChange.ChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceChange.ChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceChange.ChangeType ADDED
public static final ResourceChange.ChangeType REMOVED
public static final ResourceChange.ChangeType CHANGED
public static final ResourceChange.ChangeType PROVIDER_ADDED
public static final ResourceChange.ChangeType PROVIDER_REMOVED
public static ResourceChange.ChangeType[] values()
for (ResourceChange.ChangeType c : ResourceChange.ChangeType.values()) System.out.println(c);
public static ResourceChange.ChangeType 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 © 2017 The Apache Software Foundation. All rights reserved.