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