public static enum ContentManager.ContentType extends java.lang.Enum<ContentManager.ContentType>
Enum Constant and Description |
---|
CSV |
FURNITURE_LIBRARY |
IMAGE |
JPEG |
LANGUAGE_LIBRARY |
MODEL |
MOV |
OBJ |
PDF |
PHOTOS_DIRECTORY |
PLUGIN |
PNG |
SVG |
SWEET_HOME_3D |
TEXTURES_LIBRARY |
USER_DEFINED |
Modifier and Type | Method and Description |
---|---|
static ContentManager.ContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentManager.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentManager.ContentType SWEET_HOME_3D
public static final ContentManager.ContentType MODEL
public static final ContentManager.ContentType IMAGE
public static final ContentManager.ContentType CSV
public static final ContentManager.ContentType SVG
public static final ContentManager.ContentType OBJ
public static final ContentManager.ContentType PNG
public static final ContentManager.ContentType JPEG
public static final ContentManager.ContentType MOV
public static final ContentManager.ContentType PDF
public static final ContentManager.ContentType LANGUAGE_LIBRARY
public static final ContentManager.ContentType TEXTURES_LIBRARY
public static final ContentManager.ContentType FURNITURE_LIBRARY
public static final ContentManager.ContentType PLUGIN
public static final ContentManager.ContentType PHOTOS_DIRECTORY
public static final ContentManager.ContentType USER_DEFINED
public static ContentManager.ContentType[] values()
for (ContentManager.ContentType c : ContentManager.ContentType.values()) System.out.println(c);
public static ContentManager.ContentType 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
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License