public enum ExtrudeMode extends Enum<ExtrudeMode>
| Modifier and Type | Method and Description |
|---|---|
static ExtrudeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtrudeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtrudeMode TRUE
public static final ExtrudeMode FALSE
public static final ExtrudeMode NONE
public static ExtrudeMode[] values()
for (ExtrudeMode c : ExtrudeMode.values()) System.out.println(c);
public static ExtrudeMode 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 © 2019 CNRS. All rights reserved.