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