public static enum FilterMatcher.FilterType extends java.lang.Enum<FilterMatcher.FilterType>
["child type:way", inverted, Add]
show the
untagged way nodes, as intended.
This information is only needed for ways and relations, so nodes are
either NOT_FILTERED
or PASSIV
.Enum Constant and Description |
---|
EXPLICIT
at least one non-inverted filter applies
|
NOT_FILTERED
no filter applies
|
PASSIV
at least one filter applies, but they are all inverted filters
|
Modifier and Type | Method and Description |
---|---|
static FilterMatcher.FilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterMatcher.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterMatcher.FilterType NOT_FILTERED
public static final FilterMatcher.FilterType EXPLICIT
public static final FilterMatcher.FilterType PASSIV
public static FilterMatcher.FilterType[] values()
for (FilterMatcher.FilterType c : FilterMatcher.FilterType.values()) System.out.println(c);
public static FilterMatcher.FilterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null