org.jbpm.form.builder.services.model.items
public static enum BorderPanelRepresentation.Position extends Enum<BorderPanelRepresentation.Position>
Enum Constant and Description |
---|
CENTER |
EAST |
NORTH |
NORTHEAST |
NORTHWEST |
SOUTH |
SOUTHEAST |
SOUTHWEST |
WEST |
Modifier and Type | Method and Description |
---|---|
static BorderPanelRepresentation.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderPanelRepresentation.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderPanelRepresentation.Position SOUTH
public static final BorderPanelRepresentation.Position SOUTHWEST
public static final BorderPanelRepresentation.Position WEST
public static final BorderPanelRepresentation.Position NORTHWEST
public static final BorderPanelRepresentation.Position NORTH
public static final BorderPanelRepresentation.Position NORTHEAST
public static final BorderPanelRepresentation.Position EAST
public static final BorderPanelRepresentation.Position SOUTHEAST
public static final BorderPanelRepresentation.Position CENTER
public static BorderPanelRepresentation.Position[] values()
for (BorderPanelRepresentation.Position c : BorderPanelRepresentation.Position.values()) System.out.println(c);
public static BorderPanelRepresentation.Position 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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.