public static enum TreeNodeFilter.Common extends java.lang.Enum<TreeNodeFilter.Common>
Modifier and Type | Method and Description |
---|---|
static TreeNodeFilter |
labelMatches(org.osgl.Osgl.Function<java.lang.String,java.lang.Boolean> predicate) |
static TreeNodeFilter |
labelMatches(java.lang.String pattern) |
static TreeNodeFilter |
pathMatches(org.osgl.Osgl.Function<java.lang.String,java.lang.Boolean> predicate) |
static TreeNodeFilter |
pathMatches(java.lang.String pattern) |
static TreeNodeFilter.Common |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeNodeFilter.Common[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static TreeNodeFilter.Common[] values()
for (TreeNodeFilter.Common c : TreeNodeFilter.Common.values()) System.out.println(c);
public static TreeNodeFilter.Common 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 nullpublic static TreeNodeFilter pathMatches(java.lang.String pattern)
public static TreeNodeFilter pathMatches(org.osgl.Osgl.Function<java.lang.String,java.lang.Boolean> predicate)
public static TreeNodeFilter labelMatches(java.lang.String pattern)
public static TreeNodeFilter labelMatches(org.osgl.Osgl.Function<java.lang.String,java.lang.Boolean> predicate)
Copyright © 2014–2017 ActFramework. All rights reserved.