public static enum ViewFinder.ClassView extends Enum<ViewFinder.ClassView>
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultTemplate() |
protected Method |
getMethod() |
static ViewFinder.ClassView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewFinder.ClassView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewFinder.ClassView DISPLAY
public static final ViewFinder.ClassView FORM
public static final ViewFinder.ClassView SEARCH
public static ViewFinder.ClassView[] values()
for (ViewFinder.ClassView c : ViewFinder.ClassView.values()) System.out.println(c);
public static ViewFinder.ClassView 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 nullprotected Method getMethod()
protected String getDefaultTemplate()
Copyright © 2022. All rights reserved.