@Portable public enum ResourceChangeType extends Enum<ResourceChangeType>
Modifier and Type | Method and Description |
---|---|
static ResourceChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceChangeType ADD
public static final ResourceChangeType DELETE
public static final ResourceChangeType UPDATE
public static final ResourceChangeType COPY
public static final ResourceChangeType RENAME
public static ResourceChangeType[] values()
for (ResourceChangeType c : ResourceChangeType.values()) System.out.println(c);
public static ResourceChangeType 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 © 2012–2020 JBoss by Red Hat. All rights reserved.