public static enum JMSFacade.DeliveryMode extends Enum<JMSFacade.DeliveryMode>
Enum Constant and Description |
---|
NON_PERSISTENT |
NOT_SET |
PERSISTENT |
Modifier and Type | Method and Description |
---|---|
static JMSFacade.DeliveryMode |
parse(int deliveryMode) |
static JMSFacade.DeliveryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSFacade.DeliveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSFacade.DeliveryMode NOT_SET
public static final JMSFacade.DeliveryMode PERSISTENT
public static final JMSFacade.DeliveryMode NON_PERSISTENT
public static JMSFacade.DeliveryMode[] values()
for (JMSFacade.DeliveryMode c : JMSFacade.DeliveryMode.values()) System.out.println(c);
public static JMSFacade.DeliveryMode 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 static JMSFacade.DeliveryMode parse(int deliveryMode)
Copyright © 2023 Frank!Framework. All rights reserved.