public static enum ResourceChange.ChangeType extends java.lang.Enum<ResourceChange.ChangeType>
| Enum Constant and Description |
|---|
ADDED |
CHANGED |
PROVIDER_ADDED |
PROVIDER_REMOVED |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static ResourceChange.ChangeType |
valueOf(java.lang.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(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 nullCopyright © 2022 The Apache Software Foundation. All rights reserved.