public static enum GDSPrecomputedThumbnailsConfig.ReadMode extends java.lang.Enum<GDSPrecomputedThumbnailsConfig.ReadMode>
Modifier and Type | Method and Description |
---|---|
static GDSPrecomputedThumbnailsConfig.ReadMode |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static GDSPrecomputedThumbnailsConfig.ReadMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GDSPrecomputedThumbnailsConfig.ReadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDSPrecomputedThumbnailsConfig.ReadMode NORMAL
public static final GDSPrecomputedThumbnailsConfig.ReadMode DIRECT
public static GDSPrecomputedThumbnailsConfig.ReadMode[] values()
for (GDSPrecomputedThumbnailsConfig.ReadMode c : GDSPrecomputedThumbnailsConfig.ReadMode.values()) System.out.println(c);
public static GDSPrecomputedThumbnailsConfig.ReadMode 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<GDSPrecomputedThumbnailsConfig.ReadMode>
public static GDSPrecomputedThumbnailsConfig.ReadMode getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.