public static enum CrossNetworkLink.Type extends Enum<CrossNetworkLink.Type>
| Enum Constant and Description |
|---|
LowerPercentile |
Marginals |
Mean |
Median |
StandardDeviation |
State |
UpperPercentile |
Variance |
| Modifier and Type | Method and Description |
|---|---|
static CrossNetworkLink.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossNetworkLink.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossNetworkLink.Type Marginals
public static final CrossNetworkLink.Type Mean
public static final CrossNetworkLink.Type Median
public static final CrossNetworkLink.Type Variance
public static final CrossNetworkLink.Type StandardDeviation
public static final CrossNetworkLink.Type LowerPercentile
public static final CrossNetworkLink.Type UpperPercentile
public static final CrossNetworkLink.Type State
public static CrossNetworkLink.Type[] values()
for (CrossNetworkLink.Type c : CrossNetworkLink.Type.values()) System.out.println(c);
public static CrossNetworkLink.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 nullCopyright © 2021. All rights reserved.