public static enum JavaExportSettings.FloatMode extends java.lang.Enum<JavaExportSettings.FloatMode>
| Enum Constant and Description |
|---|
DROP |
LEAVE_FLOATING |
SUPPORT |
| Modifier and Type | Method and Description |
|---|---|
static JavaExportSettings.FloatMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaExportSettings.FloatMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaExportSettings.FloatMode DROP
public static final JavaExportSettings.FloatMode SUPPORT
public static final JavaExportSettings.FloatMode LEAVE_FLOATING
public static JavaExportSettings.FloatMode[] values()
for (JavaExportSettings.FloatMode c : JavaExportSettings.FloatMode.values()) System.out.println(c);
public static JavaExportSettings.FloatMode 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