public static enum BasicAtomGenerator.Shape extends Enum<BasicAtomGenerator.Shape>
| Modifier and Type | Method and Description |
|---|---|
static BasicAtomGenerator.Shape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicAtomGenerator.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicAtomGenerator.Shape OVAL
public static final BasicAtomGenerator.Shape SQUARE
public static BasicAtomGenerator.Shape[] values()
for (BasicAtomGenerator.Shape c : BasicAtomGenerator.Shape.values()) System.out.println(c);
public static BasicAtomGenerator.Shape 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 © 2018. All Rights Reserved.