java.io.Serializable, java.lang.Comparable<QueueMapping.MappingType>public static enum QueueMapping.MappingType extends java.lang.Enum<QueueMapping.MappingType>
| Enum Constant | Description |
|---|---|
APPLICATION |
|
GROUP |
|
USER |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static QueueMapping.MappingType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static QueueMapping.MappingType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueMapping.MappingType USER
public static final QueueMapping.MappingType GROUP
public static final QueueMapping.MappingType APPLICATION
public static QueueMapping.MappingType[] values()
for (QueueMapping.MappingType c : QueueMapping.MappingType.values()) System.out.println(c);
public static QueueMapping.MappingType 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 java.lang.String toString()
toString in class java.lang.Enum<QueueMapping.MappingType>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.