|
Sweet Home 3D 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ContentRecording>
com.eteks.sweethome3d.io.ContentRecording
public enum ContentRecording
Describes how content associated to a home should be managed during recording.
Enum Constant Summary | |
---|---|
INCLUDE_ALL_CONTENT
Include all content objects referenced by a Home instance. |
|
INCLUDE_NO_CONTENT
Include no content instance referenced by a Home instance. |
|
INCLUDE_TEMPORARY_CONTENT
Include content instances of TemporaryURLContent class referenced by a
Home instance as well as the content already saved with it. |
Method Summary | |
---|---|
static ContentRecording |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContentRecording[] |
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 |
---|
public static final ContentRecording INCLUDE_ALL_CONTENT
Home
instance.
public static final ContentRecording INCLUDE_TEMPORARY_CONTENT
TemporaryURLContent
class referenced by a
Home
instance as well as the content already saved with it.
public static final ContentRecording INCLUDE_NO_CONTENT
Home
instance.
This should be used only if all the content objects reference external data which is always available
(with an URL for example).
Method Detail |
---|
public static ContentRecording[] values()
for (ContentRecording c : ContentRecording.values()) System.out.println(c);
public static ContentRecording valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Sweet Home 3D 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
![]() |
© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License |