public static enum PcepLink.SubType extends Enum<PcepLink.SubType>
| Enum Constant and Description |
|---|
ODUk
Optical channel Data Unit-k link.
|
OPS
Optical Physical Section Link.
|
OTS
Optical Transmission Section Link.
|
OTU
Optical Transport Network link.
|
UNI
User-to-Network Interface Link.
|
| Modifier and Type | Method and Description |
|---|---|
static PcepLink.SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcepLink.SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcepLink.SubType OTS
public static final PcepLink.SubType OPS
public static final PcepLink.SubType UNI
public static final PcepLink.SubType ODUk
public static final PcepLink.SubType OTU
public static PcepLink.SubType[] values()
for (PcepLink.SubType c : PcepLink.SubType.values()) System.out.println(c);
public static PcepLink.SubType 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 null