public enum AdhocGroupHeaderLayout extends Enum<AdhocGroupHeaderLayout>
AdhocGroupHeaderLayout class.
| Enum Constant and Description |
|---|
EMPTY |
TITLE_AND_VALUE |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static AdhocGroupHeaderLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdhocGroupHeaderLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdhocGroupHeaderLayout EMPTY
public static final AdhocGroupHeaderLayout VALUE
public static final AdhocGroupHeaderLayout TITLE_AND_VALUE
public static AdhocGroupHeaderLayout[] values()
for (AdhocGroupHeaderLayout c : AdhocGroupHeaderLayout.values()) System.out.println(c);
public static AdhocGroupHeaderLayout 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 nullCopyright © 2010–2021. All rights reserved.