public enum HeaderScope extends java.lang.Enum<HeaderScope>
| Modifier and Type | Method and Description |
|---|---|
static HeaderScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeaderScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderScope col
public static final HeaderScope colgroup
public static final HeaderScope row
public static final HeaderScope rowgroup
public static HeaderScope[] values()
for (HeaderScope c : HeaderScope.values()) System.out.println(c);
public static HeaderScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null