public enum NodeMetricType extends java.lang.Enum<NodeMetricType>
LightningApi.NodeMetricType| Enum Constant and Description |
|---|
BETWEENNESS_CENTRALITY |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
LightningApi.NodeMetricType |
getApiObject() |
static NodeMetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static NodeMetricType |
wrap(LightningApi.NodeMetricType apiObject) |
public static final NodeMetricType UNKNOWN
public static final NodeMetricType BETWEENNESS_CENTRALITY
public static NodeMetricType[] values()
for (NodeMetricType c : NodeMetricType.values()) System.out.println(c);
public static NodeMetricType 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 LightningApi.NodeMetricType getApiObject()
public static NodeMetricType wrap(LightningApi.NodeMetricType apiObject)