public static enum MessageTransportHeaders.HeaderType extends Enum<MessageTransportHeaders.HeaderType>
| Enum Constant and Description |
|---|
Binary |
Boolean |
Byte |
Char |
Double |
Float |
Int |
Long |
Short |
String |
| Modifier and Type | Method and Description |
|---|---|
static MessageTransportHeaders.HeaderType |
from(byte b) |
static MessageTransportHeaders.HeaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageTransportHeaders.HeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageTransportHeaders.HeaderType Byte
public static final MessageTransportHeaders.HeaderType Boolean
public static final MessageTransportHeaders.HeaderType Char
public static final MessageTransportHeaders.HeaderType Short
public static final MessageTransportHeaders.HeaderType Int
public static final MessageTransportHeaders.HeaderType Float
public static final MessageTransportHeaders.HeaderType Long
public static final MessageTransportHeaders.HeaderType Double
public static final MessageTransportHeaders.HeaderType String
public static final MessageTransportHeaders.HeaderType Binary
public static MessageTransportHeaders.HeaderType[] values()
for (MessageTransportHeaders.HeaderType c : MessageTransportHeaders.HeaderType.values()) System.out.println(c);
public static MessageTransportHeaders.HeaderType 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 nullpublic static MessageTransportHeaders.HeaderType from(byte b)
b - The header wire type.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.