public enum ModelFormat extends java.lang.Enum<ModelFormat>
Modifier and Type | Method and Description |
---|---|
static ModelFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelFormat ModelFormatUndefined
public static final ModelFormat ModelFormatOBJ
public static final ModelFormat ModelFormat3DS
public static final ModelFormat ModelFormatVRML
public static final ModelFormat ModelFormatPLY
public static final ModelFormat ModelFormatCOLLADA
public static final ModelFormat ModelFormatU3D
public static final ModelFormat ModelFormatPDF
public static final ModelFormat ModelFormatDXF
public static final ModelFormat ModelFormatFBX
public static final ModelFormat ModelFormatKMZ
public static final ModelFormat ModelFormatCTM
public static final ModelFormat ModelFormatSTL
public static final ModelFormat ModelFormatDXF_3DF
public static final ModelFormat ModelFormatTLS
public static final ModelFormat ModelFormatABC
public static final ModelFormat ModelFormatOSGB
public static final ModelFormat ModelFormatOSGT
public static final ModelFormat ModelFormatLandXML
public static ModelFormat[] values()
for (ModelFormat c : ModelFormat.values()) System.out.println(c);
public static ModelFormat 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