static enum ExtrudeAction.Mode extends java.lang.Enum<ExtrudeAction.Mode>
Enum Constant and Description |
---|
create_new |
extrude |
select |
translate |
translate_node |
Modifier and Type | Method and Description |
---|---|
static ExtrudeAction.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtrudeAction.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtrudeAction.Mode extrude
public static final ExtrudeAction.Mode translate
public static final ExtrudeAction.Mode select
public static final ExtrudeAction.Mode create_new
public static final ExtrudeAction.Mode translate_node
public static ExtrudeAction.Mode[] values()
for (ExtrudeAction.Mode c : ExtrudeAction.Mode.values()) System.out.println(c);
public static ExtrudeAction.Mode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null