public static enum MessageAttributeInterface.MessageAttributeType extends Enum<MessageAttributeInterface.MessageAttributeType>
Enum Constant and Description |
---|
ChangedAddress |
ChangeRequest |
Dummy |
ErrorCode |
MappedAddress |
MessageIntegrity |
Password |
ReflectedFrom |
ResponseAddress |
SourceAddress |
UnknownAttribute |
Username |
Modifier and Type | Method and Description |
---|---|
static MessageAttributeInterface.MessageAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageAttributeInterface.MessageAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageAttributeInterface.MessageAttributeType MappedAddress
public static final MessageAttributeInterface.MessageAttributeType ResponseAddress
public static final MessageAttributeInterface.MessageAttributeType ChangeRequest
public static final MessageAttributeInterface.MessageAttributeType SourceAddress
public static final MessageAttributeInterface.MessageAttributeType ChangedAddress
public static final MessageAttributeInterface.MessageAttributeType Username
public static final MessageAttributeInterface.MessageAttributeType Password
public static final MessageAttributeInterface.MessageAttributeType MessageIntegrity
public static final MessageAttributeInterface.MessageAttributeType ErrorCode
public static final MessageAttributeInterface.MessageAttributeType UnknownAttribute
public static final MessageAttributeInterface.MessageAttributeType ReflectedFrom
public static final MessageAttributeInterface.MessageAttributeType Dummy
public static MessageAttributeInterface.MessageAttributeType[] values()
for (MessageAttributeInterface.MessageAttributeType c : MessageAttributeInterface.MessageAttributeType.values()) System.out.println(c);
public static MessageAttributeInterface.MessageAttributeType 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