public enum OFOtportSignalType extends Enum<OFOtportSignalType>
| Enum Constant and Description |
|---|
OCH |
OMSN |
OPSM |
OPSN |
OTSN |
OTU1 |
OTU2 |
OTU3 |
OTU4 |
| Modifier and Type | Method and Description |
|---|---|
static OFOtportSignalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFOtportSignalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFOtportSignalType OTSN
public static final OFOtportSignalType OMSN
public static final OFOtportSignalType OPSN
public static final OFOtportSignalType OPSM
public static final OFOtportSignalType OCH
public static final OFOtportSignalType OTU1
public static final OFOtportSignalType OTU2
public static final OFOtportSignalType OTU3
public static final OFOtportSignalType OTU4
public static OFOtportSignalType[] values()
for (OFOtportSignalType c : OFOtportSignalType.values()) System.out.println(c);
public static OFOtportSignalType 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.