public enum GroupType extends Enum<GroupType>
| Enum Constant and Description |
|---|
ELEMENT |
FIELD |
FIELDS |
INITABLE |
INITD |
INITR |
PAGE |
TABLE |
TD |
TR |
| Modifier and Type | Method and Description |
|---|---|
static GroupType |
fromValue(String v) |
String |
value() |
static GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupType PAGE
public static final GroupType ELEMENT
public static final GroupType FIELDS
public static final GroupType FIELD
public static final GroupType TABLE
public static final GroupType TR
public static final GroupType TD
public static final GroupType INITABLE
public static final GroupType INITR
public static final GroupType INITD
public static GroupType[] values()
for (GroupType c : GroupType.values()) System.out.println(c);
public static GroupType 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()
Copyright © 2021. All rights reserved.