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