public static enum OduCltPort.SignalType extends Enum<OduCltPort.SignalType>
| Enum Constant and Description |
|---|
CLT_100GBE |
CLT_10GBE |
CLT_1GBE |
CLT_40GBE |
| Modifier and Type | Method and Description |
|---|---|
static OduCltPort.SignalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OduCltPort.SignalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OduCltPort.SignalType CLT_1GBE
public static final OduCltPort.SignalType CLT_10GBE
public static final OduCltPort.SignalType CLT_40GBE
public static final OduCltPort.SignalType CLT_100GBE
public static OduCltPort.SignalType[] values()
for (OduCltPort.SignalType c : OduCltPort.SignalType.values()) System.out.println(c);
public static OduCltPort.SignalType 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 © 2015. All rights reserved.