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