public static enum PdfDetailedExpose.GalleryMode extends Enum<PdfDetailedExpose.GalleryMode> implements com.openindex.openestate.impl.utils.Translatable
| Enum Constant and Description |
|---|
FOUR_PER_ROW |
NO_GALLERY |
ONE_PER_ROW |
ONE_PER_SITE |
THREE_PER_ROW |
TWO_PER_ROW |
TWO_PER_SITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static PdfDetailedExpose.GalleryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfDetailedExpose.GalleryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
write()
Deprecated.
|
public static final PdfDetailedExpose.GalleryMode ONE_PER_ROW
public static final PdfDetailedExpose.GalleryMode TWO_PER_ROW
public static final PdfDetailedExpose.GalleryMode THREE_PER_ROW
public static final PdfDetailedExpose.GalleryMode FOUR_PER_ROW
public static final PdfDetailedExpose.GalleryMode ONE_PER_SITE
public static final PdfDetailedExpose.GalleryMode TWO_PER_SITE
public static final PdfDetailedExpose.GalleryMode NO_GALLERY
public static PdfDetailedExpose.GalleryMode[] values()
for (PdfDetailedExpose.GalleryMode c : PdfDetailedExpose.GalleryMode.values()) System.out.println(c);
public static PdfDetailedExpose.GalleryMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getTranslation()
getTranslation in interface com.openindex.openestate.impl.utils.Translatablepublic String getTranslation(Locale locale)
getTranslation in interface com.openindex.openestate.impl.utils.Translatable@Deprecated public String write()
Copyright © 2015 OpenEstate. All rights reserved.