Serializable, Comparable<UniqueNodes>public enum UniqueNodes extends Enum<UniqueNodes>
| Modifier and Type | Method | Description |
|---|---|---|
static UniqueNodes |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static UniqueNodes[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniqueNodes YES
public static final UniqueNodes NO
public static UniqueNodes[] values()
for (UniqueNodes c : UniqueNodes.values()) System.out.println(c);
public static UniqueNodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Apache Software Foundation. All rights reserved.