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