public static enum OpticalTunnelEndPoint.Type extends Enum<OpticalTunnelEndPoint.Type>
| Enum Constant and Description |
|---|
LAMBDA
Signifies optical wavelength-based tunnel point.
|
TIMESLOT
Signifies optical data unit-based tunnel point.
|
| Modifier and Type | Method and Description |
|---|---|
static OpticalTunnelEndPoint.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpticalTunnelEndPoint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpticalTunnelEndPoint.Type TIMESLOT
public static final OpticalTunnelEndPoint.Type LAMBDA
public static OpticalTunnelEndPoint.Type[] values()
for (OpticalTunnelEndPoint.Type c : OpticalTunnelEndPoint.Type.values()) System.out.println(c);
public static OpticalTunnelEndPoint.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 null