public static enum AbstractExposePanel.Resolution extends Enum<AbstractExposePanel.Resolution> implements com.openindex.openestate.impl.utils.Translatable
Enum Constant and Description |
---|
RESOLUTION_144 |
RESOLUTION_300 |
RESOLUTION_600 |
RESOLUTION_72 |
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
int |
getValue() |
static AbstractExposePanel.Resolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractExposePanel.Resolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractExposePanel.Resolution RESOLUTION_72
public static final AbstractExposePanel.Resolution RESOLUTION_144
public static final AbstractExposePanel.Resolution RESOLUTION_300
public static final AbstractExposePanel.Resolution RESOLUTION_600
public static AbstractExposePanel.Resolution[] values()
for (AbstractExposePanel.Resolution c : AbstractExposePanel.Resolution.values()) System.out.println(c);
public static AbstractExposePanel.Resolution 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 int getValue()
public String getTranslation()
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
Copyright © 2015 OpenEstate. All rights reserved.