java.io.Serializable, java.lang.Comparable<WsrmConstants.DeliveryQOS>public static enum WsrmConstants.DeliveryQOS extends java.lang.Enum<WsrmConstants.DeliveryQOS>
| Enum Constant | Description | 
|---|---|
| AtLeastOnce | Deprecated. | 
| AtMostOnce | Deprecated. | 
| ExactlyOnce | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static WsrmConstants.DeliveryQOS | valueOf(java.lang.String name) | Deprecated. Returns the enum constant of this type with the specified name. | 
| static WsrmConstants.DeliveryQOS[] | values() | Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WsrmConstants.DeliveryQOS AtLeastOnce
public static final WsrmConstants.DeliveryQOS AtMostOnce
public static final WsrmConstants.DeliveryQOS ExactlyOnce
public static WsrmConstants.DeliveryQOS[] values()
for (WsrmConstants.DeliveryQOS c : WsrmConstants.DeliveryQOS.values()) System.out.println(c);
public static WsrmConstants.DeliveryQOS 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 null