public enum UberfireDockPosition extends Enum<UberfireDockPosition>
Modifier and Type | Method and Description |
---|---|
abstract boolean |
allowSingleDockItem() |
abstract String |
getShortName() |
static UberfireDockPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UberfireDockPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UberfireDockPosition SOUTH
public static final UberfireDockPosition WEST
public static final UberfireDockPosition EAST
public static UberfireDockPosition[] values()
for (UberfireDockPosition c : UberfireDockPosition.values()) System.out.println(c);
public static UberfireDockPosition 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 abstract boolean allowSingleDockItem()
public abstract String getShortName()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.