public static enum NodeSet.FILTER_ENUM extends java.lang.Enum<NodeSet.FILTER_ENUM>
value(NodeSet.SetSelector)
method.| Enum Constant and Description |
|---|
F_HOSTNAME |
F_NAME |
F_OS_ARCH |
F_OS_FAMILY |
F_OS_NAME |
F_OS_VERSION |
F_TAGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
abstract java.lang.String |
value(NodeSet.SetSelector set)
Return the value of the property matching the filter key for the given selector set
|
static NodeSet.FILTER_ENUM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeSet.FILTER_ENUM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeSet.FILTER_ENUM F_HOSTNAME
public static final NodeSet.FILTER_ENUM F_NAME
public static final NodeSet.FILTER_ENUM F_TAGS
public static final NodeSet.FILTER_ENUM F_OS_NAME
public static final NodeSet.FILTER_ENUM F_OS_FAMILY
public static final NodeSet.FILTER_ENUM F_OS_ARCH
public static final NodeSet.FILTER_ENUM F_OS_VERSION
public static NodeSet.FILTER_ENUM[] values()
for (NodeSet.FILTER_ENUM c : NodeSet.FILTER_ENUM.values()) System.out.println(c);
public static NodeSet.FILTER_ENUM 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 java.lang.String getName()
public abstract java.lang.String value(NodeSet.SetSelector set)
set - the SetSelector