public static enum MessageHeaderInterface.MessageHeaderType extends Enum<MessageHeaderInterface.MessageHeaderType>
Enum Constant and Description |
---|
BindingErrorResponse |
BindingRequest |
BindingResponse |
SharedSecretErrorResponse |
SharedSecretRequest |
SharedSecretResponse |
Modifier and Type | Method and Description |
---|---|
static MessageHeaderInterface.MessageHeaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageHeaderInterface.MessageHeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageHeaderInterface.MessageHeaderType BindingRequest
public static final MessageHeaderInterface.MessageHeaderType BindingResponse
public static final MessageHeaderInterface.MessageHeaderType BindingErrorResponse
public static final MessageHeaderInterface.MessageHeaderType SharedSecretRequest
public static final MessageHeaderInterface.MessageHeaderType SharedSecretResponse
public static final MessageHeaderInterface.MessageHeaderType SharedSecretErrorResponse
public static MessageHeaderInterface.MessageHeaderType[] values()
for (MessageHeaderInterface.MessageHeaderType c : MessageHeaderInterface.MessageHeaderType.values()) System.out.println(c);
public static MessageHeaderInterface.MessageHeaderType 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 null