public enum XmlAdhocGroupHeaderLayout extends Enum<XmlAdhocGroupHeaderLayout>
Java class for GroupHeaderLayout.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GroupHeaderLayout">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EMPTY"/>
<enumeration value="VALUE"/>
<enumeration value="TITLE_AND_VALUE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EMPTY |
TITLE_AND_VALUE |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static XmlAdhocGroupHeaderLayout |
fromValue(String v) |
String |
value() |
static XmlAdhocGroupHeaderLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlAdhocGroupHeaderLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlAdhocGroupHeaderLayout EMPTY
public static final XmlAdhocGroupHeaderLayout VALUE
public static final XmlAdhocGroupHeaderLayout TITLE_AND_VALUE
public static XmlAdhocGroupHeaderLayout[] values()
for (XmlAdhocGroupHeaderLayout c : XmlAdhocGroupHeaderLayout.values()) System.out.println(c);
public static XmlAdhocGroupHeaderLayout 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 value()
public static XmlAdhocGroupHeaderLayout fromValue(String v)
Copyright © 2010–2021. All rights reserved.