public enum MessageMetadataKeys extends Enum<MessageMetadataKeys>
Enum Constant and Description |
---|
REMOTE_HOST_ADDRESS
The host address from which the message was sent.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getValueType() |
static Set<String> |
keyStringSet() |
static MessageMetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageMetadataKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageMetadataKeys REMOTE_HOST_ADDRESS
String
containing a raw IP address.ServletRequest.getRemoteAddr()
public static MessageMetadataKeys[] values()
for (MessageMetadataKeys c : MessageMetadataKeys.values()) System.out.println(c);
public static MessageMetadataKeys 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 Class<?> getValueType()
public static Set<String> keyStringSet()
Copyright © 2012–2017 University Health Network. All rights reserved.