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