public enum MatchCancelledCause extends Enum<MatchCancelledCause>
Enum Constant and Description |
---|
CLEAR |
FILTER |
WME_MODIFY |
Modifier and Type | Method and Description |
---|---|
static MatchCancelledCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchCancelledCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchCancelledCause FILTER
public static final MatchCancelledCause WME_MODIFY
public static final MatchCancelledCause CLEAR
public static MatchCancelledCause[] values()
for (MatchCancelledCause c : MatchCancelledCause.values()) System.out.println(c);
public static MatchCancelledCause 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.