public enum MessageMode extends Enum<MessageMode>
| Modifier and Type | Method and Description |
|---|---|
int |
getMask() |
int |
intValue() |
static int |
intValue(MessageMode... features) |
static boolean |
isEnabled(int features,
MessageMode feature) |
static MessageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageMode MQ
public static final MessageMode PubSub
public static final MessageMode Temp
public static MessageMode[] values()
for (MessageMode c : MessageMode.values()) System.out.println(c);
public static MessageMode 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 final int getMask()
public int intValue()
public static boolean isEnabled(int features,
MessageMode feature)
public static int intValue(MessageMode... features)
Copyright © 2015. All rights reserved.