public enum PayloadType extends java.lang.Enum<PayloadType>
Enum Constant and Description |
---|
Ipmi
IPMI packet
|
Oem
OEM Explicit
|
Oem0 |
Oem1 |
Oem2 |
Oem3 |
Oem4 |
Oem5 |
Oem6 |
Oem7 |
Rakp1
RAKP Message 1
|
Rakp2
RAKP Message 2
|
Rakp3
RAKP Message 3
|
Rakp4
RAKP Message 4
|
RmcpOpenSessionRequest |
RmcpOpenSessionResponse |
Sol
Serial over LAN packet
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static PayloadType |
parseInt(int value) |
static PayloadType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayloadType Ipmi
public static final PayloadType Sol
public static final PayloadType Oem
public static final PayloadType RmcpOpenSessionRequest
public static final PayloadType RmcpOpenSessionResponse
public static final PayloadType Rakp1
public static final PayloadType Rakp2
public static final PayloadType Rakp3
public static final PayloadType Rakp4
public static final PayloadType Oem0
public static final PayloadType Oem1
public static final PayloadType Oem2
public static final PayloadType Oem3
public static final PayloadType Oem4
public static final PayloadType Oem5
public static final PayloadType Oem6
public static final PayloadType Oem7
public static PayloadType[] values()
for (PayloadType c : PayloadType.values()) System.out.println(c);
public static PayloadType 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 int getCode()
public static PayloadType parseInt(int value)