public enum OFAdaptationsType extends Enum<OFAdaptationsType>
| Enum Constant and Description |
|---|
OCH_OTUK |
ODU0_CBRX |
ODUK_ATM |
ODUK_CBRX |
ODUK_CBRXG |
ODUK_ETH |
ODUK_ETHPPOS |
ODUK_ODUIJ |
ODUK_ODUJ21 |
ODUK_RSN |
ODUKH_ETH |
ODUKH_ODUJ21 |
OMS_OCH |
OPS_OCHR |
OPSM_OTUK |
OTS_OMS |
| Modifier and Type | Method and Description |
|---|---|
static OFAdaptationsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFAdaptationsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFAdaptationsType OTS_OMS
public static final OFAdaptationsType OMS_OCH
public static final OFAdaptationsType OPS_OCHR
public static final OFAdaptationsType OPSM_OTUK
public static final OFAdaptationsType OCH_OTUK
public static final OFAdaptationsType ODUK_ODUIJ
public static final OFAdaptationsType ODUK_ODUJ21
public static final OFAdaptationsType ODUKH_ODUJ21
public static final OFAdaptationsType ODU0_CBRX
public static final OFAdaptationsType ODUK_CBRX
public static final OFAdaptationsType ODUK_CBRXG
public static final OFAdaptationsType ODUK_RSN
public static final OFAdaptationsType ODUK_ATM
public static final OFAdaptationsType ODUK_ETH
public static final OFAdaptationsType ODUKH_ETH
public static final OFAdaptationsType ODUK_ETHPPOS
public static OFAdaptationsType[] values()
for (OFAdaptationsType c : OFAdaptationsType.values()) System.out.println(c);
public static OFAdaptationsType 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.