public enum OduSignalType extends java.lang.Enum<OduSignalType>
See ITU G.709 "Interfaces for the Optical Transport Network (OTN)" and Open Networking Foundation "Optical Transport Protocol Extensions Version 1.0".
Enum Constant and Description |
---|
ODU0 |
ODU1 |
ODU2 |
ODU2e |
ODU3 |
ODU4 |
ODUC1 |
ODUC2 |
ODUC3 |
ODUC4 |
ODUC5 |
ODUC6 |
ODUC7 |
ODUC8 |
ODUC9 |
Modifier and Type | Method and Description |
---|---|
long |
bitRate()
Return the bit rate in Mbps of the port.
|
int |
tributarySlots()
Returns the number of tributary slots of the OduSignalType.
|
static OduSignalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OduSignalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OduSignalType ODU0
public static final OduSignalType ODU1
public static final OduSignalType ODU2
public static final OduSignalType ODU2e
public static final OduSignalType ODU3
public static final OduSignalType ODU4
public static final OduSignalType ODUC1
public static final OduSignalType ODUC2
public static final OduSignalType ODUC3
public static final OduSignalType ODUC4
public static final OduSignalType ODUC5
public static final OduSignalType ODUC6
public static final OduSignalType ODUC7
public static final OduSignalType ODUC8
public static final OduSignalType ODUC9
public static OduSignalType[] values()
for (OduSignalType c : OduSignalType.values()) System.out.println(c);
public static OduSignalType 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 nullpublic long bitRate()
public int tributarySlots()