public static enum ResourceChange.Type extends Enum<ResourceChange.Type>
Enum Constant and Description |
---|
DECLARATION |
FUNCTION |
GLOBAL |
PROCESS |
RULE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ResourceChange.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceChange.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceChange.Type RULE
public static final ResourceChange.Type DECLARATION
public static final ResourceChange.Type FUNCTION
public static final ResourceChange.Type GLOBAL
public static final ResourceChange.Type PROCESS
public static ResourceChange.Type[] values()
for (ResourceChange.Type c : ResourceChange.Type.values()) System.out.println(c);
public static ResourceChange.Type 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 toString()
toString
in class Enum<ResourceChange.Type>
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.