public enum OFOduSignalType extends Enum<OFOduSignalType>
| Enum Constant and Description |
|---|
ODU0 |
ODU1 |
ODU2 |
ODU2E |
ODU3 |
ODU4 |
ODUFCBR |
ODUFGFPF |
ODUFGFPFHAO |
| Modifier and Type | Method and Description |
|---|---|
static OFOduSignalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFOduSignalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFOduSignalType ODU1
public static final OFOduSignalType ODU2
public static final OFOduSignalType ODU3
public static final OFOduSignalType ODU4
public static final OFOduSignalType ODU0
public static final OFOduSignalType ODU2E
public static final OFOduSignalType ODUFCBR
public static final OFOduSignalType ODUFGFPFHAO
public static final OFOduSignalType ODUFGFPF
public static OFOduSignalType[] values()
for (OFOduSignalType c : OFOduSignalType.values()) System.out.println(c);
public static OFOduSignalType 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 © 2017. All rights reserved.