public enum NodeDetailsType extends java.lang.Enum<NodeDetailsType> implements FormatUnmarshaller<NodeDetails>
| Enum Constant and Description |
|---|
DHT_PEER |
GI_PLACEMENT |
GI_RESOURCE |
GI_STREAMING |
ROUTER |
UNMARSHALL |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
static NodeDetailsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeDetailsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeDetailsType UNMARSHALL
public static final NodeDetailsType ROUTER
public static final NodeDetailsType GI_RESOURCE
public static final NodeDetailsType GI_PLACEMENT
public static final NodeDetailsType GI_STREAMING
public static final NodeDetailsType DHT_PEER
public static NodeDetailsType[] values()
for (NodeDetailsType c : NodeDetailsType.values()) System.out.println(c);
public static NodeDetailsType 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 nullpublic NodeDetails unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<NodeDetails>mFormat - - The input to read from.FormatException - If there was a problem while reading