public enum PlacementOptions extends java.lang.Enum<PlacementOptions>
| Modifier and Type | Field and Description |
|---|---|
AllIcons |
icon |
java.lang.String |
translationKey |
| Modifier and Type | Method and Description |
|---|---|
static PlacementOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlacementOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlacementOptions Merged
public static final PlacementOptions Attached
public static final PlacementOptions Inserted
public java.lang.String translationKey
public AllIcons icon
public static PlacementOptions[] values()
for (PlacementOptions c : PlacementOptions.values()) System.out.println(c);
public static PlacementOptions 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