public static enum NodeIoInfo.Type extends Enum<NodeIoInfo.Type>
| Enum Constant and Description |
|---|
MReceiver |
MSender |
SReceiver |
SSender |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
NodeIoInfo.Type |
intern() |
String |
toString() |
static NodeIoInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeIoInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeIoInfo.Type MSender
public static final NodeIoInfo.Type SSender
public static final NodeIoInfo.Type MReceiver
public static final NodeIoInfo.Type SReceiver
public static NodeIoInfo.Type[] values()
for (NodeIoInfo.Type c : NodeIoInfo.Type.values()) System.out.println(c);
public static NodeIoInfo.Type 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 nullpublic NodeIoInfo.Type intern()
public String toString()
toString in class Enum<NodeIoInfo.Type>Copyright © 2021. All rights reserved.