public enum OFBsnUnitType extends Enum<OFBsnUnitType>
| Enum Constant and Description |
|---|
BSN_UNIT_AMP |
BSN_UNIT_BD |
BSN_UNIT_C |
BSN_UNIT_F |
BSN_UNIT_KM |
BSN_UNIT_M |
BSN_UNIT_MBD |
BSN_UNIT_MC |
BSN_UNIT_MV |
BSN_UNIT_NONE |
BSN_UNIT_S |
BSN_UNIT_UA |
BSN_UNIT_UW |
BSN_UNIT_VOL |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnUnitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnUnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnUnitType BSN_UNIT_NONE
public static final OFBsnUnitType BSN_UNIT_AMP
public static final OFBsnUnitType BSN_UNIT_VOL
public static final OFBsnUnitType BSN_UNIT_KM
public static final OFBsnUnitType BSN_UNIT_M
public static final OFBsnUnitType BSN_UNIT_S
public static final OFBsnUnitType BSN_UNIT_C
public static final OFBsnUnitType BSN_UNIT_F
public static final OFBsnUnitType BSN_UNIT_BD
public static final OFBsnUnitType BSN_UNIT_MBD
public static final OFBsnUnitType BSN_UNIT_UA
public static final OFBsnUnitType BSN_UNIT_UW
public static final OFBsnUnitType BSN_UNIT_MC
public static final OFBsnUnitType BSN_UNIT_MV
public static OFBsnUnitType[] values()
for (OFBsnUnitType c : OFBsnUnitType.values()) System.out.println(c);
public static OFBsnUnitType 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 © 2019. All rights reserved.