public static enum PathPrefix.Judgement extends Enum<PathPrefix.Judgement>
Enum Constant and Description |
---|
EXCLUSION_EXCLUDE |
FILTER_INCLUDE |
IMPLICIT_EXCLUDE |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
boolean |
isInclude() |
static PathPrefix.Judgement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathPrefix.Judgement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathPrefix.Judgement EXCLUSION_EXCLUDE
public static final PathPrefix.Judgement FILTER_INCLUDE
public static final PathPrefix.Judgement IMPLICIT_EXCLUDE
public static PathPrefix.Judgement[] values()
for (PathPrefix.Judgement c : PathPrefix.Judgement.values()) System.out.println(c);
public static PathPrefix.Judgement 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 int getPriority()
public boolean isInclude()
Copyright © 2018. All rights reserved.