public enum EstateAttachmentType extends Enum<EstateAttachmentType> implements Translatable
| Enum Constant and Description |
|---|
IMAGE |
IMAGE_GROUNDPLAN |
IMAGE_INNER_VIEW |
IMAGE_MAP |
IMAGE_OUTER_VIEW |
IMAGE_PANORAMA |
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static EstateAttachmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstateAttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
write()
Deprecated.
|
String |
write(Locale locale)
Deprecated.
|
public static final EstateAttachmentType IMAGE
public static final EstateAttachmentType IMAGE_INNER_VIEW
public static final EstateAttachmentType IMAGE_OUTER_VIEW
public static final EstateAttachmentType IMAGE_GROUNDPLAN
public static final EstateAttachmentType IMAGE_MAP
public static final EstateAttachmentType IMAGE_PANORAMA
public static EstateAttachmentType[] values()
for (EstateAttachmentType c : EstateAttachmentType.values()) System.out.println(c);
public static EstateAttachmentType 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 final String getTranslation()
getTranslation in interface Translatablepublic final String getTranslation(Locale locale)
getTranslation in interface Translatable@Deprecated public String write()
@Deprecated public String write(Locale locale)
Copyright © 2019 OpenEstate. All rights reserved.