public enum GroupedBy extends Enum<GroupedBy>
Enum Constant and Description |
---|
EXPORTER |
EXPORTER_INTERFACE |
EXPORTER_INTERFACE_APPLICATION |
EXPORTER_INTERFACE_CONVERSATION |
EXPORTER_INTERFACE_HOST |
Modifier and Type | Method and Description |
---|---|
GroupedBy |
getParent() |
static GroupedBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupedBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupedBy EXPORTER
public static final GroupedBy EXPORTER_INTERFACE
public static final GroupedBy EXPORTER_INTERFACE_APPLICATION
public static final GroupedBy EXPORTER_INTERFACE_HOST
public static final GroupedBy EXPORTER_INTERFACE_CONVERSATION
public static GroupedBy[] values()
for (GroupedBy c : GroupedBy.values()) System.out.println(c);
public static GroupedBy 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 GroupedBy getParent()
Copyright © 2021. All rights reserved.