Uses of Class
com.openindex.openestate.tool.crm.db.DbCrmMarketing.Interval
-
Packages that use DbCrmMarketing.Interval Package Description com.openindex.openestate.tool.crm.db -
-
Uses of DbCrmMarketing.Interval in com.openindex.openestate.tool.crm.db
Fields in com.openindex.openestate.tool.crm.db declared as DbCrmMarketing.Interval Modifier and Type Field Description DbCrmMarketing.Interval
DbCrmMarketing. interval
Methods in com.openindex.openestate.tool.crm.db that return DbCrmMarketing.Interval Modifier and Type Method Description static DbCrmMarketing.Interval
DbCrmMarketing.Interval. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbCrmMarketing.Interval[]
DbCrmMarketing.Interval. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-