com.eteks.sweethome3d.viewcontroller
Enum ContentManager.ContentType
java.lang.Object
java.lang.Enum<ContentManager.ContentType>
com.eteks.sweethome3d.viewcontroller.ContentManager.ContentType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ContentManager.ContentType>
- Enclosing interface:
- ContentManager
public static enum ContentManager.ContentType
- extends java.lang.Enum<ContentManager.ContentType>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SWEET_HOME_3D
public static final ContentManager.ContentType SWEET_HOME_3D
MODEL
public static final ContentManager.ContentType MODEL
IMAGE
public static final ContentManager.ContentType IMAGE
SVG
public static final ContentManager.ContentType SVG
OBJ
public static final ContentManager.ContentType OBJ
PNG
public static final ContentManager.ContentType PNG
MOV
public static final ContentManager.ContentType MOV
PDF
public static final ContentManager.ContentType PDF
LANGUAGE_LIBRARY
public static final ContentManager.ContentType LANGUAGE_LIBRARY
TEXTURES_LIBRARY
public static final ContentManager.ContentType TEXTURES_LIBRARY
FURNITURE_LIBRARY
public static final ContentManager.ContentType FURNITURE_LIBRARY
PLUGIN
public static final ContentManager.ContentType PLUGIN
USER_DEFINED
public static final ContentManager.ContentType USER_DEFINED
values
public static ContentManager.ContentType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ContentManager.ContentType c : ContentManager.ContentType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ContentManager.ContentType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null