public static enum LayerConstant.ConnectionType extends java.lang.Enum<LayerConstant.ConnectionType>
| Enum Constant and Description |
|---|
crossconnect |
link |
network |
subnetwork |
| Modifier and Type | Method and Description |
|---|---|
static LayerConstant.ConnectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerConstant.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerConstant.ConnectionType crossconnect
public static final LayerConstant.ConnectionType link
public static final LayerConstant.ConnectionType subnetwork
public static final LayerConstant.ConnectionType network
public static LayerConstant.ConnectionType[] values()
for (LayerConstant.ConnectionType c : LayerConstant.ConnectionType.values()) System.out.println(c);
public static LayerConstant.ConnectionType 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 nullCopyright © 2018 RENCI. All Rights Reserved.