public static enum ShortViewService.ShortViewContext extends Enum<ShortViewService.ShortViewContext>
| Modifier and Type | Method and Description |
|---|---|
static ShortViewService.ShortViewContext |
fromString(String string) |
String |
getDefaultTemplateName() |
static String |
valueList() |
static ShortViewService.ShortViewContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShortViewService.ShortViewContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShortViewService.ShortViewContext SEARCH
public static final ShortViewService.ShortViewContext INDEX
public static final ShortViewService.ShortViewContext BROWSE
public static ShortViewService.ShortViewContext[] values()
for (ShortViewService.ShortViewContext c : ShortViewService.ShortViewContext.values()) System.out.println(c);
public static ShortViewService.ShortViewContext 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 nullpublic String getDefaultTemplateName()
public static ShortViewService.ShortViewContext fromString(String string)
public static String valueList()
Copyright © 2021. All rights reserved.