public static enum QueueMapping.MappingType extends Enum<QueueMapping.MappingType>
| Enum Constant and Description | 
|---|
| APPLICATION | 
| GROUP | 
| USER | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| static QueueMapping.MappingType | valueOf(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(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 String toString()
toString in class Enum<QueueMapping.MappingType>Copyright © 2008–2023 Apache Software Foundation. All rights reserved.