public static enum ExplanatoryMessage.Placement extends Enum<ExplanatoryMessage.Placement>
Modifier and Type | Method and Description |
---|---|
static ExplanatoryMessage.Placement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplanatoryMessage.Placement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplanatoryMessage.Placement TOP
public static final ExplanatoryMessage.Placement RIGHT
public static final ExplanatoryMessage.Placement BOTTOM
public static final ExplanatoryMessage.Placement LEFT
public static ExplanatoryMessage.Placement[] values()
for (ExplanatoryMessage.Placement c : ExplanatoryMessage.Placement.values()) System.out.println(c);
public static ExplanatoryMessage.Placement 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 © 2021. All rights reserved.