public static enum FrontODFSearch.DisplaySubprogramMode extends Enum<FrontODFSearch.DisplaySubprogramMode>
Enum Constant and Description |
---|
ALL
Display all subprograms
|
ALL_WITH_HIGHLIGHT
Display all subprograms with highlighting those which match the search criteria
|
MATCHING_SEARCH_ONLY
Display matching subprograms only
|
NONE
Display no subprogram
|
Modifier and Type | Method and Description |
---|---|
static FrontODFSearch.DisplaySubprogramMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrontODFSearch.DisplaySubprogramMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrontODFSearch.DisplaySubprogramMode NONE
public static final FrontODFSearch.DisplaySubprogramMode ALL
public static final FrontODFSearch.DisplaySubprogramMode ALL_WITH_HIGHLIGHT
public static final FrontODFSearch.DisplaySubprogramMode MATCHING_SEARCH_ONLY
public static FrontODFSearch.DisplaySubprogramMode[] values()
for (FrontODFSearch.DisplaySubprogramMode c : FrontODFSearch.DisplaySubprogramMode.values()) System.out.println(c);
public static FrontODFSearch.DisplaySubprogramMode 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 null