public static enum SendTibcoMessage.MessageProtocol extends Enum<SendTibcoMessage.MessageProtocol> implements DocumentedEnum
Enum Constant and Description |
---|
FIRE_AND_FORGET
Fire & Forget
|
REQUEST_REPLY
Request-Reply
|
Modifier and Type | Method and Description |
---|---|
static SendTibcoMessage.MessageProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendTibcoMessage.MessageProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getLabel, name
public static final SendTibcoMessage.MessageProtocol REQUEST_REPLY
public static final SendTibcoMessage.MessageProtocol FIRE_AND_FORGET
public static SendTibcoMessage.MessageProtocol[] values()
for (SendTibcoMessage.MessageProtocol c : SendTibcoMessage.MessageProtocol.values()) System.out.println(c);
public static SendTibcoMessage.MessageProtocol 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 nullCopyright © 2023 Frank!Framework. All rights reserved.