public enum HeaderAlignment extends Enum<HeaderAlignment>
Modifier and Type | Method and Description |
---|---|
static HeaderAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderAlignment left
public static final HeaderAlignment center
public static final HeaderAlignment right
public static final HeaderAlignment bottom
public static final HeaderAlignment top
public static HeaderAlignment[] values()
for (HeaderAlignment c : HeaderAlignment.values()) System.out.println(c);
public static HeaderAlignment 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 © 2014 JBoss by Red Hat. All Rights Reserved.