public static enum CrossNetworkLink.Field extends Enum<CrossNetworkLink.Field>
| Enum Constant and Description |
|---|
passState |
sourceNetwork |
sourceNode |
targetNetwork |
targetNode |
type |
| Modifier and Type | Method and Description |
|---|---|
static CrossNetworkLink.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossNetworkLink.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossNetworkLink.Field sourceNetwork
public static final CrossNetworkLink.Field targetNetwork
public static final CrossNetworkLink.Field sourceNode
public static final CrossNetworkLink.Field targetNode
public static final CrossNetworkLink.Field type
public static final CrossNetworkLink.Field passState
public static CrossNetworkLink.Field[] values()
for (CrossNetworkLink.Field c : CrossNetworkLink.Field.values()) System.out.println(c);
public static CrossNetworkLink.Field 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 © 2020. All rights reserved.