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