public static enum Oval3.ShapeType extends Enum<Oval3.ShapeType>
| Enum Constant and Description |
|---|
OVAL |
| Modifier and Type | Method and Description |
|---|---|
static Oval3.ShapeType |
fromValue(Object value) |
String |
value() |
static Oval3.ShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Oval3.ShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Oval3.ShapeType OVAL
public static Oval3.ShapeType[] values()
for (Oval3.ShapeType c : Oval3.ShapeType.values()) System.out.println(c);
public static Oval3.ShapeType 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 value()
public static Oval3.ShapeType fromValue(Object value)
Copyright © 2023. All rights reserved.