public static enum StyleConstants.IconMode extends java.lang.Enum<StyleConstants.IconMode>
Enum Constant and Description |
---|
ABOVE |
AT_LEFT |
AT_RIGHT |
NONE |
UNDER |
Modifier and Type | Method and Description |
---|---|
static StyleConstants.IconMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.IconMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleConstants.IconMode NONE
public static final StyleConstants.IconMode AT_LEFT
public static final StyleConstants.IconMode AT_RIGHT
public static final StyleConstants.IconMode UNDER
public static final StyleConstants.IconMode ABOVE
public static StyleConstants.IconMode[] values()
for (StyleConstants.IconMode c : StyleConstants.IconMode.values()) System.out.println(c);
public static StyleConstants.IconMode 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