public enum StandardView extends Enum<StandardView>
Modifier and Type | Method and Description |
---|---|
static StandardView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardView Top
public static final StandardView Bottom
public static final StandardView North
public static final StandardView South
public static final StandardView East
public static final StandardView West
public static StandardView[] values()
for (StandardView c : StandardView.values()) System.out.println(c);
public static StandardView 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 nullCopyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.