public enum ConfigChildGroupKind extends Enum<ConfigChildGroupKind>
| Modifier and Type | Method and Description |
|---|---|
static ConfigChildGroupKind |
groupKind(Collection<ConfigChild> configChildren)
Get the
ConfigChildGroupKind of a collection of config children, assuming
that they all have the same role name. |
static ConfigChildGroupKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigChildGroupKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigChildGroupKind OBJECT
public static final ConfigChildGroupKind TEXT
public static final ConfigChildGroupKind MIXED
public static ConfigChildGroupKind[] values()
for (ConfigChildGroupKind c : ConfigChildGroupKind.values()) System.out.println(c);
public static ConfigChildGroupKind 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 static ConfigChildGroupKind groupKind(Collection<ConfigChild> configChildren)
ConfigChildGroupKind of a collection of config children, assuming
that they all have the same role name.Copyright © 2022 Ibissource.org. All rights reserved.