public static enum MessagingService.Version extends java.lang.Enum<MessagingService.Version>
| Enum Constant and Description |
|---|
VERSION_30 |
VERSION_3014 |
VERSION_40 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static MessagingService.Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessagingService.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessagingService.Version VERSION_30
public static final MessagingService.Version VERSION_3014
public static final MessagingService.Version VERSION_40
public static MessagingService.Version[] values()
for (MessagingService.Version c : MessagingService.Version.values()) System.out.println(c);
public static MessagingService.Version 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 nullCopyright © 2009-2020 The Apache Software Foundation