public static enum PropagationContext.Type extends Enum<PropagationContext.Type>
Enum Constant and Description |
---|
DELETION |
EXPIRATION |
INSERTION |
MODIFICATION |
RULE_ADDITION |
RULE_REMOVAL |
Modifier and Type | Method and Description |
---|---|
static PropagationContext.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationContext.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropagationContext.Type INSERTION
public static final PropagationContext.Type DELETION
public static final PropagationContext.Type MODIFICATION
public static final PropagationContext.Type RULE_ADDITION
public static final PropagationContext.Type RULE_REMOVAL
public static final PropagationContext.Type EXPIRATION
public static PropagationContext.Type[] values()
for (PropagationContext.Type c : PropagationContext.Type.values()) System.out.println(c);
public static PropagationContext.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 nullCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.