public static enum CodedNodeSet.SearchDesignationOption extends java.lang.Enum<CodedNodeSet.SearchDesignationOption>
Enum Constant and Description |
---|
ALL |
NON_PREFERRED_ONLY |
PREFERRED_ONLY |
Modifier and Type | Method and Description |
---|---|
static CodedNodeSet.SearchDesignationOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodedNodeSet.SearchDesignationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodedNodeSet.SearchDesignationOption PREFERRED_ONLY
public static final CodedNodeSet.SearchDesignationOption NON_PREFERRED_ONLY
public static final CodedNodeSet.SearchDesignationOption ALL
public static CodedNodeSet.SearchDesignationOption[] values()
for (CodedNodeSet.SearchDesignationOption c : CodedNodeSet.SearchDesignationOption.values()) System.out.println(c);
public static CodedNodeSet.SearchDesignationOption 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