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