public static enum Grid.XSide extends Enum<Grid.XSide>
Enum Constant and Description |
---|
BOTTOM |
BOTTOM_PLOT |
TOP |
TOP_PLOT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Grid.XSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.XSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grid.XSide BOTTOM
public static final Grid.XSide BOTTOM_PLOT
public static final Grid.XSide TOP
public static final Grid.XSide TOP_PLOT
public static Grid.XSide[] values()
for (Grid.XSide c : Grid.XSide.values()) System.out.println(c);
public static Grid.XSide 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 toString()
toString
in class Enum<Grid.XSide>
Copyright © 2019. All rights reserved.