public static enum Message.Flag extends java.lang.Enum<Message.Flag>
| Enum Constant and Description | 
|---|
| DONT_BUNDLE | 
| INTERNAL | 
| NO_FC | 
| NO_RELAY | 
| NO_RELIABILITY | 
| NO_TOTAL_ORDER | 
| OOB | 
| RSVP | 
| RSVP_NB | 
| SCOPED | 
| SKIP_BARRIER | 
| Modifier and Type | Method and Description | 
|---|---|
| short | value() | 
| static Message.Flag | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Message.Flag[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Message.Flag OOB
public static final Message.Flag DONT_BUNDLE
public static final Message.Flag NO_FC
public static final Message.Flag SCOPED
public static final Message.Flag NO_RELIABILITY
public static final Message.Flag NO_TOTAL_ORDER
public static final Message.Flag NO_RELAY
public static final Message.Flag RSVP
public static final Message.Flag RSVP_NB
public static final Message.Flag INTERNAL
public static final Message.Flag SKIP_BARRIER
public static Message.Flag[] values()
for (Message.Flag c : Message.Flag.values()) System.out.println(c);
public static Message.Flag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic short value()
Copyright © 1998-2020 Red Hat. All Rights Reserved.