@JsType(name="THitPolicy") public enum JSITHitPolicy extends Enum<JSITHitPolicy>
THitPolicy
Enum Constant and Description |
---|
ANY |
COLLECT |
FIRST |
OUTPUT_ORDER |
PRIORITY |
RULE_ORDER |
UNIQUE |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static JSITHitPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSITHitPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSITHitPolicy UNIQUE
public static final JSITHitPolicy FIRST
public static final JSITHitPolicy PRIORITY
public static final JSITHitPolicy ANY
public static final JSITHitPolicy COLLECT
public static final JSITHitPolicy RULE_ORDER
public static final JSITHitPolicy OUTPUT_ORDER
public static JSITHitPolicy[] values()
for (JSITHitPolicy c : JSITHitPolicy.values()) System.out.println(c);
public static JSITHitPolicy 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 value()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.