public static enum FCOCInterfaceInfo.FCOEInterfaceType extends java.lang.Enum<FCOCInterfaceInfo.FCOEInterfaceType>
Enum Constant and Description |
---|
BLE
Bluetooth Low Energy Interface Type
|
CAN
Can Interface Type
|
I2C
I2C Interface Type
|
IP
IP Interface Type
|
NONE
No interface at this number
|
RS485
RS485 Interface Type
|
UNKNOWN
Unknown Interface Type
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUsualName() |
static FCOCInterfaceInfo.FCOEInterfaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FCOCInterfaceInfo.FCOEInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FCOCInterfaceInfo.FCOEInterfaceType NONE
public static final FCOCInterfaceInfo.FCOEInterfaceType I2C
public static final FCOCInterfaceInfo.FCOEInterfaceType IP
public static final FCOCInterfaceInfo.FCOEInterfaceType RS485
public static final FCOCInterfaceInfo.FCOEInterfaceType BLE
public static final FCOCInterfaceInfo.FCOEInterfaceType CAN
public static final FCOCInterfaceInfo.FCOEInterfaceType UNKNOWN
public static FCOCInterfaceInfo.FCOEInterfaceType[] values()
for (FCOCInterfaceInfo.FCOEInterfaceType c : FCOCInterfaceInfo.FCOEInterfaceType.values()) System.out.println(c);
public static FCOCInterfaceInfo.FCOEInterfaceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getUsualName()