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