public static enum HostNode.Profile.NodeDescription.GHNType extends Enum<HostNode.Profile.NodeDescription.GHNType>
| Enum Constant and Description |
|---|
Dynamic |
SelfCleaning |
Static |
| Modifier and Type | Method and Description |
|---|---|
static HostNode.Profile.NodeDescription.GHNType |
fromValue(String v) |
String |
value() |
static HostNode.Profile.NodeDescription.GHNType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostNode.Profile.NodeDescription.GHNType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostNode.Profile.NodeDescription.GHNType Dynamic
public static final HostNode.Profile.NodeDescription.GHNType Static
public static final HostNode.Profile.NodeDescription.GHNType SelfCleaning
public static HostNode.Profile.NodeDescription.GHNType[] values()
for (HostNode.Profile.NodeDescription.GHNType c : HostNode.Profile.NodeDescription.GHNType.values()) System.out.println(c);
public static HostNode.Profile.NodeDescription.GHNType 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 String value()
public static HostNode.Profile.NodeDescription.GHNType fromValue(String v)
Copyright © 2015. All Rights Reserved.