Sweet Home 3D 4.1

com.eteks.sweethome3d.viewcontroller
Enum ContentManager.ContentType

java.lang.Object
  extended by java.lang.Enum<ContentManager.ContentType>
      extended by com.eteks.sweethome3d.viewcontroller.ContentManager.ContentType
All Implemented Interfaces:
Serializable, Comparable<ContentManager.ContentType>
Enclosing interface:
ContentManager

public static enum ContentManager.ContentType
extends Enum<ContentManager.ContentType>


Enum Constant Summary
CSV
           
FURNITURE_LIBRARY
           
IMAGE
           
JPEG
           
LANGUAGE_LIBRARY
           
MODEL
           
MOV
           
OBJ
           
PDF
           
PHOTOS_DIRECTORY
           
PLUGIN
           
PNG
           
SVG
           
SWEET_HOME_3D
           
TEXTURES_LIBRARY
           
USER_DEFINED
           
 
Method Summary
static ContentManager.ContentType valueOf(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.
 
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
 

Enum Constant Detail

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

CSV

public static final ContentManager.ContentType CSV

SVG

public static final ContentManager.ContentType SVG

OBJ

public static final ContentManager.ContentType OBJ

PNG

public static final ContentManager.ContentType PNG

JPEG

public static final ContentManager.ContentType JPEG

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

PHOTOS_DIRECTORY

public static final ContentManager.ContentType PHOTOS_DIRECTORY

USER_DEFINED

public static final ContentManager.ContentType USER_DEFINED
Method Detail

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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Sweet Home 3D 4.1

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License