public static enum InternalParentTree.AnswerType extends Enum<InternalParentTree.AnswerType>
| Enum Constant and Description |
|---|
ERROR |
NOCONNECTION |
REFUSED |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static InternalParentTree.AnswerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalParentTree.AnswerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalParentTree.AnswerType NOCONNECTION
public static final InternalParentTree.AnswerType REFUSED
public static final InternalParentTree.AnswerType ERROR
public static final InternalParentTree.AnswerType SUCCESS
public static InternalParentTree.AnswerType[] values()
for (InternalParentTree.AnswerType c : InternalParentTree.AnswerType.values()) System.out.println(c);
public static InternalParentTree.AnswerType 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 © 2017 etc.to. All rights reserved.